Package | Description |
---|---|
org.jboss.logmanager |
Modifier and Type | Method | Description |
---|---|---|
ExtLogRecord.FormatStyle |
ExtLogRecord.getFormatStyle() |
Get the format style for the record.
|
static ExtLogRecord.FormatStyle |
ExtLogRecord.FormatStyle.valueOf(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 | Description |
---|---|---|
void |
Logger.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.
|
void |
Logger.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.
|
void |
ExtLogRecord.setMessage(String message,
ExtLogRecord.FormatStyle formatStyle) |
Set the raw message.
|
Constructor | Description |
---|---|
ExtLogRecord(Level level,
String msg,
ExtLogRecord.FormatStyle formatStyle,
String loggerClassName) |
Construct a new instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.