Class Slf4jLogMessageContext


  • public final class Slf4jLogMessageContext
    extends java.lang.Object
    This class provides context to a Slf4jLogMessageConsumer.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the Logger associated with this context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the Logger associated with this context.
        Returns:
        name of Logger associated with this context.