java.lang.Object
org.slf4j.helpers.AbstractLogger
org.slf4j.helpers.LegacyAbstractLogger
org.jenkinsci.plugins.postbuildscript.logging.Logger
All Implemented Interfaces:
Serializable, org.slf4j.Logger

public class Logger extends org.slf4j.helpers.LegacyAbstractLogger
Author:
Daniel Heid
See Also:
  • Field Summary

    Fields inherited from class org.slf4j.helpers.AbstractLogger

    name

    Fields inherited from interface org.slf4j.Logger

    ROOT_LOGGER_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
    Logger(TaskListener listener, AbstractBuild<?,?> build)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
     
    protected void
    handleNormalizedLoggingCall(org.slf4j.event.Level level, org.slf4j.Marker marker, String messagePattern, Object[] arguments, Throwable throwable)
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    boolean
     

    Methods inherited from class org.slf4j.helpers.LegacyAbstractLogger

    isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled

    Methods inherited from class org.slf4j.helpers.AbstractLogger

    debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, readResolve, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.slf4j.Logger

    atDebug, atError, atInfo, atLevel, atTrace, atWarn, isEnabledForLevel, makeLoggingEventBuilder
  • Constructor Details

  • Method Details

    • getListener

      public TaskListener getListener()
    • getFullyQualifiedCallerName

      protected String getFullyQualifiedCallerName()
      Specified by:
      getFullyQualifiedCallerName in class org.slf4j.helpers.AbstractLogger
    • handleNormalizedLoggingCall

      protected void handleNormalizedLoggingCall(org.slf4j.event.Level level, org.slf4j.Marker marker, String messagePattern, Object[] arguments, Throwable throwable)
      Specified by:
      handleNormalizedLoggingCall in class org.slf4j.helpers.AbstractLogger
    • isErrorEnabled

      public boolean isErrorEnabled()
    • isTraceEnabled

      public boolean isTraceEnabled()
    • isDebugEnabled

      public boolean isDebugEnabled()
    • isInfoEnabled

      public boolean isInfoEnabled()
    • isWarnEnabled

      public boolean isWarnEnabled()