@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.
|
static ProtocolLogger |
SERVER_LOGGER
A logger with the category
org.jboss.as.protocol.server . |
Modifier and Type | Method and Description |
---|---|
void |
connectTimeoutNotNeeded() |
void |
connectTimeoutPropertyNotNeeded() |
void |
errorClosingChannel(String message)
Logs a warning message indicating an error occurred when closing the channel.
|
void |
executorNotNeeded() |
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.
|
void |
noSuchRequest(int requestId,
org.jboss.remoting3.Channel channel) |
void |
receivedWrongChannel()
Logs a warning message indicating the wrong channel was received.
|
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 ProtocolLogger ROOT_LOGGER
static final ProtocolLogger CLIENT_LOGGER
org.jboss.as.protocol.client
.static final ProtocolLogger CONNECTION_LOGGER
org.jboss.as.protocol.connection
.static final ProtocolLogger SERVER_LOGGER
org.jboss.as.protocol.server
.@LogMessage(level=WARN) @Message(id=12100, value="Got error closing channel %s") void errorClosingChannel(String message)
message
- the error message.@LogMessage(level=ERROR) @Message(id=12101, value="Failed to accept a connection") void failedToAcceptConnection(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12102, 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=12103, 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=12104, value="Failed to close a socket") void failedToCloseSocket(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12105, 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=12106, 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=12107, value="Failed to handle incoming connection") void failedToHandleIncomingConnection(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12108, value="Failed to handle socket failure condition") void failedToHandleSocketFailure(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12109, value="Failed to handle socket finished condition") void failedToHandleSocketFinished(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12110, value="Failed to handle socket shut down condition") void failedToHandleSocketShutdown(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=12111, value="Failed to read a message") void failedToReadMessage(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=WARN) @Message(id=12112, value="Leaked a message output stream; cleaning") void leakedMessageOutputStream()
@LogMessage(level=WARN) @Message(id=12113, value="Received end for wrong channel!") void receivedWrongChannel()
@LogMessage(level=WARN) @Message(id=12114, value="Executor is not needed for client") void executorNotNeeded()
@LogMessage(level=WARN) @Message(id=12115, value="Connection timeout is no longer needed for client") void connectTimeoutNotNeeded()
@LogMessage(level=WARN) @Message(id=12117, value="Connection timeout property is no longer needed for client") void connectTimeoutPropertyNotNeeded()
@LogMessage(level=WARN) @Message(id=12118, value="No such request (%d) associated with channel %s") void noSuchRequest(int requestId, org.jboss.remoting3.Channel channel)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.