Package | Description |
---|---|
org.jboss.logmanager |
Modifier and Type | Field and Description |
---|---|
private ExtLogRecord.FormatStyle |
ExtLogRecord.formatStyle |
Modifier and Type | Method and Description |
---|---|
ExtLogRecord.FormatStyle |
ExtLogRecord.getFormatStyle()
Get the format style for the record.
|
static ExtLogRecord.FormatStyle |
ExtLogRecord.FormatStyle.valueOf(java.lang.String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Logger.log(java.lang.String fqcn,
java.util.logging.Level level,
java.lang.String message,
ExtLogRecord.FormatStyle style,
java.lang.Object[] params,
java.lang.Throwable t)
SPI interface method to log a message at a given level.
|
void |
Logger.log(java.lang.String fqcn,
java.util.logging.Level level,
java.lang.String message,
java.lang.String bundleName,
ExtLogRecord.FormatStyle style,
java.lang.Object[] params,
java.lang.Throwable t)
SPI interface method to log a message at a given level, with a specific resource bundle.
|
void |
ExtLogRecord.setMessage(java.lang.String message,
ExtLogRecord.FormatStyle formatStyle)
Set the raw message.
|
Constructor and Description |
---|
ExtLogRecord(java.util.logging.Level level,
java.lang.String msg,
ExtLogRecord.FormatStyle formatStyle,
java.lang.String loggerClassName)
Construct a new instance.
|