Uses of Enum
org.jboss.logmanager.ExtLogRecord.FormatStyle
Packages that use ExtLogRecord.FormatStyle
-
Uses of ExtLogRecord.FormatStyle in org.jboss.logmanager
Methods in org.jboss.logmanager that return ExtLogRecord.FormatStyleModifier and TypeMethodDescriptionExtLogRecord.getFormatStyle()Get the format style for the record.static ExtLogRecord.FormatStyleReturns the enum constant of this type with the specified name.static ExtLogRecord.FormatStyle[]ExtLogRecord.FormatStyle.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logmanager with parameters of type ExtLogRecord.FormatStyleModifier and TypeMethodDescriptionvoidLogger.log(String fqcn, Level level, String message, String bundleName, ExtLogRecord.FormatStyle style, Object[] params, Throwable t) SPI interface method to log a message at a given level, with a specific resource bundle.voidLogger.log(String fqcn, Level level, String message, ExtLogRecord.FormatStyle style, Object[] params, Throwable t) SPI interface method to log a message at a given level.voidExtLogRecord.setMessage(String message, ExtLogRecord.FormatStyle formatStyle) Set the raw message.Constructors in org.jboss.logmanager with parameters of type ExtLogRecord.FormatStyleModifierConstructorDescriptionExtLogRecord(Level level, String msg, ExtLogRecord.FormatStyle formatStyle, String loggerClassName) Construct a new instance.