@MessageLogger(projectCode="JBAS")
public interface AppClientLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static AppClientLogger |
ROOT_LOGGER
The root logger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
caughtException(Throwable cause,
Throwable t)
Logs a generic error message using the
t.toString() for the error message. |
void |
exceptionClosingConnection(Throwable cause) |
void |
exceptionRunningAppClient(Throwable cause,
String exceptionName)
Logs an error message indicating there was an error running the app client.
|
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, warnvstatic final AppClientLogger ROOT_LOGGER
@LogMessage(level=ERROR)
@Message(id=13200,
value="%s")
void caughtException(@Cause
Throwable cause,
Throwable t)
t.toString() for the error message.cause - the cause of the error.t - the cause to use for the log message.@LogMessage(level=ERROR)
@Message(id=13201,
value="%s running app client main")
void exceptionRunningAppClient(@Cause
Throwable cause,
String exceptionName)
cause - the cause of the error.exceptionName - the exception name thrown.@LogMessage(level=ERROR)
@Message(id=13202,
value="Error closing connection")
void exceptionClosingConnection(@Cause
Throwable cause)
cause - the cause of the error.Copyright © 2014 JBoss by Red Hat. All rights reserved.