JBoss Log Manager 1.3.2.Final-redhat-1

Uses of Interface
org.jboss.logmanager.formatters.FormatStep

Packages that use FormatStep
org.jboss.logmanager.formatters   
 

Uses of FormatStep in org.jboss.logmanager.formatters
 

Methods in org.jboss.logmanager.formatters that return FormatStep
static FormatStep Formatters.classNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, int count)
          Create a format step which emits the source class name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
static FormatStep Formatters.dateFormatStep(String formatString, boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the date of the log record with the given justification rules.
static FormatStep Formatters.dateFormatStep(TimeZone timeZone, String formatString, boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the date of the log record with the given justification rules.
static FormatStep Formatters.exceptionFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, boolean extended)
          Create a format step which emits the stack trace of an exception with the given justification rules.
static FormatStep Formatters.fileNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the source file name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
 FormatStep[] MultistepFormatter.getSteps()
          Get a copy of the format steps.
static FormatStep[] FormatStringParser.getSteps(String formatString)
          Compile a format string into a series of format steps.
static FormatStep Formatters.levelFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the log level name.
static FormatStep Formatters.lineNumberFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the source file line number with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
static FormatStep Formatters.lineSeparatorFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the platform line separator.
static FormatStep Formatters.localizedLevelFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the localized log level name.
static FormatStep Formatters.locationInformationFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the complete source location information with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
static FormatStep Formatters.loggerNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, int count)
          Create a format step which emits the logger name with the given justification rules.
static FormatStep Formatters.mdcFormatStep(String key, boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the MDC value associated with the given key of the log record.
static FormatStep Formatters.messageFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the formatted log message text with the given justification rules.
static FormatStep Formatters.methodNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the source method name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).
static FormatStep Formatters.ndcFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the NDC value of the log record.
static FormatStep Formatters.ndcFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, int count)
          Create a format step which emits the NDC value of the log record.
static FormatStep Formatters.relativeTimeFormatStep(long baseTime, boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the number of milliseconds since the given base time.
static FormatStep Formatters.resourceKeyFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the log message resource key (if any) with the given justification rules.
static FormatStep Formatters.simpleMessageFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.
static FormatStep Formatters.textFormatStep(String string)
          Create a format step which simply emits the given string.
static FormatStep Formatters.threadNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth)
          Create a format step which emits the name of the thread which originated the log record.
 

Methods in org.jboss.logmanager.formatters with parameters of type FormatStep
 void MultistepFormatter.setSteps(FormatStep[] steps)
          Assign new format steps.
 

Constructors in org.jboss.logmanager.formatters with parameters of type FormatStep
MultistepFormatter(FormatStep[] steps)
          Construct a new instance.
 


JBoss Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.