Package com.embabel.agent.spi.logging
Interface LoggingPersonality
-
- All Implemented Interfaces:
public interface LoggingPersonality
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLoggingPersonality.Companion
-
Method Summary
Modifier and Type Method Description StringlineSeparator(String text, String bannerChar, String glyph)abstract ColorPalettegetColorPalette()The color palette to use for this personality abstract LoggergetLogger()The logger to use for this personality -
-
Method Detail
-
lineSeparator
String lineSeparator(String text, String bannerChar, String glyph)
-
getColorPalette
abstract ColorPalette getColorPalette()
The color palette to use for this personality
-
getLogger
abstract Logger getLogger()
The logger to use for this personality
-
-
-
-