@MessageLogger(projectCode="JBAS")
public interface LoggingLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static LoggingLogger |
ROOT_LOGGER
A root logger with the category of the package name.
|
Modifier and Type | Method and Description |
---|---|
void |
errorRevertingOperation(Throwable cause,
String className,
String op,
PathAddress address)
Logs an error message indicating the class, represented by the
className parameter, caught exception
attempting to revert the operation, represented by the op parameter, at the address, represented by the
address parameter. |
void |
errorSettingProperty(Throwable cause,
String propertyName,
String className)
Logs a warning message indicating an error occurred trying to set the property, represented by the
propertyName parameter, on the handler class, represented by the className parameter. |
void |
removingBootstrapLogHandlers()
Logs an informational message indicating the bootstrap log handlers are being removed.
|
void |
restoredBootstrapLogHandlers()
Logs an informational message indicating the bootstrap log handlers have been restored.
|
void |
unknownProperty(String propertyName,
String className)
Logs a warning message indicating an unknown property, represented by the
propertyName parameter, for
the class represented by the className parameter. |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final LoggingLogger ROOT_LOGGER
@LogMessage(level=ERROR) @Message(id=11500, value="%s caught exception attempting to revert operation %s at address %s") void errorRevertingOperation(@Cause Throwable cause, String className, String op, PathAddress address)
className
parameter, caught exception
attempting to revert the operation, represented by the op
parameter, at the address, represented by the
address
parameter.cause
- the cause of the error.className
- the name of the class that caught the error.op
- the operation.address
- the address.@LogMessage(level=WARN) @Message(id=11501, value="An error occurred trying to set the property \'%s\' on handler \'%s\'.") void errorSettingProperty(@Cause Throwable cause, String propertyName, String className)
propertyName
parameter, on the handler class, represented by the className
parameter.cause
- the cause of the error.propertyName
- the name of the property.className
- the name of the class.@LogMessage(level=INFO) @Message(id=11502, value="Removing bootstrap log handlers") void removingBootstrapLogHandlers()
@LogMessage(level=INFO) @Message(id=11503, value="Restored bootstrap log handlers") void restoredBootstrapLogHandlers()
@LogMessage(level=WARN) @Message(id=11504, value="Unknown property \'%s\' for \'%s\'.") void unknownProperty(String propertyName, String className)
propertyName
parameter, for
the class represented by the className
parameter.propertyName
- the name of the property.className
- the name of the class.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.