Class AbstractLoggingBean

    • Field Detail

      • log

        protected final org.slf4j.Logger log
    • Constructor Detail

      • AbstractLoggingBean

        protected AbstractLoggingBean()
        Default constructor - creates a logger using the full class name
      • AbstractLoggingBean

        protected AbstractLoggingBean​(String discriminator)
        Create a logger for instances of the same class for which we might want to have a "discriminator" for them
        Parameters:
        discriminator - The discriminator value - ignored if null or empty
    • Method Detail

      • getSimplifiedLogger

        protected SimplifiedLog getSimplifiedLogger()