Uses of Interface
org.jboss.logmanager.formatters.FormatStep
Packages that use FormatStep
-
Uses of FormatStep in org.jboss.logmanager.formatters
Methods in org.jboss.logmanager.formatters that return FormatStepModifier and TypeMethodDescriptionstatic FormatStepFormatters.classNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) 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 FormatStepFormatters.classNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, String precision) 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 FormatStepFormatters.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 FormatStepFormatters.dateFormatStep(TimeZone timeZone, String formatString, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the date of the log record with the given justification rules.static FormatStepFormatters.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 FormatStepFormatters.exceptionFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String argument, boolean extended) Create a format step which emits the stack trace of an exception with the given justification rules.static FormatStepFormatters.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 FormatStepFormatters.fileNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, 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).static FormatStepFormatters.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).static FormatStepFormatters.formatColor(ColorMap colors, String color) static FormatStep[]Compile a format string into a series of format steps.MultistepFormatter.getSteps()Get a copy of the format steps.static FormatStepFormatters.hostnameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, boolean qualified) Create a format step which emits the hostname.static FormatStepFormatters.hostnameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) Create a format step which emits the hostname.static FormatStepFormatters.levelFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the log level name.static FormatStepFormatters.levelFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth) Create a format step which emits the log level name.static FormatStepFormatters.lineNumberFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, 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 FormatStepFormatters.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 FormatStepFormatters.lineSeparatorFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the platform line separator.static FormatStepFormatters.lineSeparatorFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth) Create a format step which emits the platform line separator.static FormatStepFormatters.localizedLevelFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the localized log level name.static FormatStepFormatters.localizedLevelFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth) Create a format step which emits the localized log level name.static FormatStepFormatters.locationInformationFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, 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 FormatStepFormatters.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 FormatStepFormatters.loggerNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) Create a format step which emits the logger name with the given justification rules.static FormatStepFormatters.loggerNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, String precision) Create a format step which emits the logger name with the given justification rules.static FormatStepFormatters.mdcFormatStep(String key, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the MDC value associated with the given key of the log record.static FormatStepFormatters.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 FormatStepFormatters.messageFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the formatted log message text with the given justification rules.static FormatStepFormatters.messageFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth) Create a format step which emits the formatted log message text with the given justification rules.static FormatStepFormatters.methodNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, 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 FormatStepFormatters.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 FormatStepFormatters.moduleNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) Create a format step which emits the source module name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).static FormatStepFormatters.moduleNameFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, String precision) Create a format step which emits the source module name with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).static FormatStepFormatters.moduleVersionFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth, String precision) Create a format step which emits the source module version with the given justification rules (NOTE: call stack introspection introduces a significant performance penalty).static FormatStepFormatters.ndcFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, int count) Create a format step which emits the NDC value of the log record.static FormatStepFormatters.ndcFormatStep(boolean leftJustify, int minimumWidth, int maximumWidth) Create a format step which emits the NDC value of the log record.static FormatStepFormatters.processIdFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, 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 FormatStepFormatters.processNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the source process name with the given justification rules.static FormatStepFormatters.relativeTimeFormatStep(long baseTime, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the number of milliseconds since the given base time.static FormatStepFormatters.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 FormatStepFormatters.resourceKeyFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the log message resource key (if any) with the given justification rules.static FormatStepFormatters.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 FormatStepFormatters.simpleMessageFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.static FormatStepFormatters.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 FormatStepFormatters.simpleMessageFormatStep(ExtFormatter formatter, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.static FormatStepFormatters.simpleMessageFormatStep(ExtFormatter formatter, 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 FormatStepFormatters.systemPropertyFormatStep(String argument, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits a system property value associated with the given key.static FormatStepFormatters.textFormatStep(String string) Create a format step which simply emits the given string.static FormatStepFormatters.threadFormatStep(String argument, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the id ifidis passed as the argument, otherwise the the thread name is used.static FormatStepFormatters.threadIdFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the id of the thread which originated the log record.static FormatStepFormatters.threadNameFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth) Create a format step which emits the name of the thread which originated the log record.static FormatStepFormatters.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 FormatStepModifier and TypeMethodDescriptionvoidColorPatternFormatter.setSteps(FormatStep[] steps) voidMultistepFormatter.setSteps(FormatStep[] steps) Assign new format steps.Constructors in org.jboss.logmanager.formatters with parameters of type FormatStep