Class Fwd2OsgiLogger

  • All Implemented Interfaces:
    de.mnl.osgi.lf4osgi.core.LoggerFacade, Serializable, org.slf4j.Logger

    public class Fwd2OsgiLogger
    extends org.slf4j.helpers.MarkerIgnoringBase
    implements de.mnl.osgi.lf4osgi.core.LoggerFacade
    The Class Fwd2OsgiLogger.
    See Also:
    Serialized Form
    • Constructor Detail

      • Fwd2OsgiLogger

        public Fwd2OsgiLogger​(de.mnl.osgi.lf4osgi.core.LoggerGroup group,
                              String name)
        Instantiates a new logger with the provided name.
        Parameters:
        group - the group that the logger belongs to
        name - the name
    • Method Detail

      • loggerFactoryUpdated

        public void loggerFactoryUpdated​(LoggerFactory factory)
        Specified by:
        loggerFactoryUpdated in interface de.mnl.osgi.lf4osgi.core.LoggerFacade
      • isTraceEnabled

        public boolean isTraceEnabled()
        Specified by:
        isTraceEnabled in interface org.slf4j.Logger
      • trace

        public void trace​(String format,
                          Object arg1,
                          Object arg2)
        Specified by:
        trace in interface org.slf4j.Logger
      • trace

        public void trace​(String format,
                          Object... arguments)
        Specified by:
        trace in interface org.slf4j.Logger
      • trace

        public void trace​(String format,
                          Object arg)
        Specified by:
        trace in interface org.slf4j.Logger
      • trace

        public void trace​(String message,
                          Throwable arg)
        Specified by:
        trace in interface org.slf4j.Logger
      • trace

        public void trace​(String message)
        Specified by:
        trace in interface org.slf4j.Logger
      • isDebugEnabled

        public boolean isDebugEnabled()
        Specified by:
        isDebugEnabled in interface org.slf4j.Logger
      • debug

        public void debug​(String format,
                          Object arg1,
                          Object arg2)
        Specified by:
        debug in interface org.slf4j.Logger
      • debug

        public void debug​(String format,
                          Object... arguments)
        Specified by:
        debug in interface org.slf4j.Logger
      • debug

        public void debug​(String format,
                          Object arg)
        Specified by:
        debug in interface org.slf4j.Logger
      • debug

        public void debug​(String message,
                          Throwable arg1)
        Specified by:
        debug in interface org.slf4j.Logger
      • debug

        public void debug​(String message)
        Specified by:
        debug in interface org.slf4j.Logger
      • isInfoEnabled

        public boolean isInfoEnabled()
        Specified by:
        isInfoEnabled in interface org.slf4j.Logger
      • info

        public void info​(String format,
                         Object arg1,
                         Object arg2)
        Specified by:
        info in interface org.slf4j.Logger
      • info

        public void info​(String format,
                         Object... arguments)
        Specified by:
        info in interface org.slf4j.Logger
      • info

        public void info​(String format,
                         Object arg)
        Specified by:
        info in interface org.slf4j.Logger
      • info

        public void info​(String message,
                         Throwable arg1)
        Specified by:
        info in interface org.slf4j.Logger
      • info

        public void info​(String message)
        Specified by:
        info in interface org.slf4j.Logger
      • isWarnEnabled

        public boolean isWarnEnabled()
        Specified by:
        isWarnEnabled in interface org.slf4j.Logger
      • warn

        public void warn​(String format,
                         Object arg1,
                         Object arg2)
        Specified by:
        warn in interface org.slf4j.Logger
      • warn

        public void warn​(String format,
                         Object... arg1)
        Specified by:
        warn in interface org.slf4j.Logger
      • warn

        public void warn​(String format,
                         Object arg)
        Specified by:
        warn in interface org.slf4j.Logger
      • warn

        public void warn​(String message,
                         Throwable arg1)
        Specified by:
        warn in interface org.slf4j.Logger
      • warn

        public void warn​(String message)
        Specified by:
        warn in interface org.slf4j.Logger
      • isErrorEnabled

        public boolean isErrorEnabled()
        Specified by:
        isErrorEnabled in interface org.slf4j.Logger
      • error

        public void error​(String format,
                          Object arg1,
                          Object arg2)
        Specified by:
        error in interface org.slf4j.Logger
      • error

        public void error​(String format,
                          Object... arguments)
        Specified by:
        error in interface org.slf4j.Logger
      • error

        public void error​(String format,
                          Object arg)
        Specified by:
        error in interface org.slf4j.Logger
      • error

        public void error​(String message,
                          Throwable arg1)
        Specified by:
        error in interface org.slf4j.Logger
      • error

        public void error​(String message)
        Specified by:
        error in interface org.slf4j.Logger
      • getName

        public String getName()
        Specified by:
        getName in interface org.slf4j.Logger