@MessageLogger(projectCode="JBAS")
public interface ProtocolLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static ProtocolLogger |
CLIENT_LOGGER
A logger with the category
org.jboss.as.protocol.client. |
static ProtocolLogger |
CONNECTION_LOGGER
A logger with the category
org.jboss.as.protocol.connection. |
static ProtocolLogger |
ROOT_LOGGER
The root logger with a category of the package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
failedToAcceptConnection(Throwable cause)
Logs an error message indicating a failure to accept the connection.
|
void |
failedToCloseResource(Throwable cause,
Object resource)
Logs an error message indicating a failure to close the resource.
|
void |
failedToCloseServerSocket(Throwable cause,
ServerSocket socket)
Logs an error message indicating a failure to close the server socket.
|
void |
failedToCloseSocket(Throwable cause)
Logs an error message indicating a failure to close the socket.
|
void |
failedToFinishMarshaller(Throwable cause,
org.jboss.marshalling.Marshaller marshaller)
Logs an error message indicating a failure to finish the marshaller.
|
void |
failedToFinishUnmarshaller(Throwable cause,
org.jboss.marshalling.Unmarshaller unmarshaller)
Logs an error message indicating a failure to finish the unmarshaller.
|
void |
failedToHandleIncomingConnection(Throwable cause)
Logs an error message indicating a failure to handle the incoming connection.
|
void |
failedToHandleSocketFailure(Throwable cause)
Logs an error messaged indicating a failure to handle the socket failure condition.
|
void |
failedToHandleSocketFinished(Throwable cause)
Logs an error messaged indicating a failure to handle the socket finished condition.
|
void |
failedToHandleSocketShutdown(Throwable cause)
Logs an error messaged indicating a failure to handle the socket shut down condition.
|
void |
failedToReadMessage(Throwable cause)
Logs an error message indicating a failure to read a message.
|
void |
leakedMessageOutputStream()
Logs a warning message indicating the leakage of the message outout stream.
|
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 ProtocolLogger ROOT_LOGGER
static final ProtocolLogger CLIENT_LOGGER
org.jboss.as.protocol.client.static final ProtocolLogger CONNECTION_LOGGER
org.jboss.as.protocol.connection.@LogMessage(level=ERROR)
@Message(id=16600,
value="Failed to accept a connection")
void failedToAcceptConnection(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16601,
value="Failed to close resource %s")
void failedToCloseResource(@Cause
Throwable cause,
Object resource)
cause - the cause of the error.resource - the resource.@LogMessage(level=ERROR)
@Message(id=16602,
value="Failed to close the server socket %s")
void failedToCloseServerSocket(@Cause
Throwable cause,
ServerSocket socket)
cause - the cause of the error.socket - the server socket.@LogMessage(level=ERROR)
@Message(id=16603,
value="Failed to close a socket")
void failedToCloseSocket(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16604,
value="Failed to finish the marshaller %s")
void failedToFinishMarshaller(@Cause
Throwable cause,
org.jboss.marshalling.Marshaller marshaller)
cause - the cause of the error.marshaller - the marshaller in error.@LogMessage(level=ERROR)
@Message(id=16605,
value="Failed to finish the unmarshaller %s")
void failedToFinishUnmarshaller(@Cause
Throwable cause,
org.jboss.marshalling.Unmarshaller unmarshaller)
cause - the cause of the error.unmarshaller - the marshaller in error.@LogMessage(level=ERROR)
@Message(id=16606,
value="Failed to handle incoming connection")
void failedToHandleIncomingConnection(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16607,
value="Failed to handle socket failure condition")
void failedToHandleSocketFailure(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16608,
value="Failed to handle socket finished condition")
void failedToHandleSocketFinished(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16609,
value="Failed to handle socket shut down condition")
void failedToHandleSocketShutdown(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=ERROR)
@Message(id=16610,
value="Failed to read a message")
void failedToReadMessage(@Cause
Throwable cause)
cause - the cause of the error.@LogMessage(level=WARN)
@Message(id=16611,
value="Leaked a message output stream; cleaning")
void leakedMessageOutputStream()
Copyright © 2014 JBoss by Red Hat. All rights reserved.