Class StarWarsLoggingAgenticEventListener
-
- All Implemented Interfaces:
-
com.embabel.agent.api.event.AgenticEventListener,com.embabel.agent.spi.logging.LoggingPersonality
@Component()@ConditionalOnProperty(name = {"embabel.agent.logging.personality"}, havingValue = "starwars") public final class StarWarsLoggingAgenticEventListener extends LoggingAgenticEventListenerMay the force be with you
-
-
Field Summary
Fields Modifier and Type Field Description private final Loggerloggerprivate final ColorPalettecolorPalette
-
Constructor Summary
Constructors Constructor Description StarWarsLoggingAgenticEventListener()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.embabel.agent.spi.logging.LoggingAgenticEventListener
getColorPalette, getLogger, onPlatformEvent, onProcessEvent, toInfoString -
Methods inherited from class com.embabel.agent.spi.logging.LoggingPersonality
lineSeparator -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-