Class HitchhikerLoggingAgenticEventListener

  • All Implemented Interfaces:
    com.embabel.agent.api.event.AgenticEventListener , com.embabel.agent.spi.logging.LoggingPersonality

    @Service()@ConditionalOnProperty(name = {"embabel.agent.logging.personality"}, havingValue = "hitchhiker") 
    public final class HitchhikerLoggingAgenticEventListener
    extends LoggingAgenticEventListener
                        

    Don't Panic! This is just a Hitchhiker's Guide themed logging implementation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • HitchhikerLoggingAgenticEventListener

        HitchhikerLoggingAgenticEventListener()
    • Method Detail