@MessageLogger(projectCode="JBAS")
public interface NamingLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static NamingLogger |
ROOT_LOGGER
The root logger with a category of the package name.
|
Modifier and Type | Method and Description |
---|---|
void |
activatingSubsystem()
Logs an informational message indicating the naming subsystem is being activated.
|
void |
closingChannel(org.jboss.remoting3.Channel channel,
Throwable t) |
void |
closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel) |
void |
failedToDetermineClientVersion(IOException exception) |
void |
failedToSendExceptionResponse(IOException ioe) |
void |
failedToSendHeader(IOException exception) |
void |
failedToSet(Throwable cause,
String name)
Logs a warning message indicating the
name failed to get set. |
void |
nullCorrelationId(Throwable t) |
void |
startingService()
Logs an informational message indicating the naming service is starting.
|
void |
unexpectedError(Throwable t) |
void |
unexpectedParameterType(byte expected,
byte actual) |
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 NamingLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=11800, value="Activating Naming Subsystem") void activatingSubsystem()
@LogMessage(level=WARN) @Message(id=11801, value="Failed to set %s") void failedToSet(@Cause Throwable cause, String name)
name
failed to get set.cause
- the cause of the error.name
- the name of the object that didn't get set.@LogMessage(level=INFO) @Message(id=11802, value="Starting Naming Service") void startingService()
@LogMessage(level=ERROR) @Message(id=11803, value="Unable to send header, closing channel") void failedToSendHeader(@Cause IOException exception)
@LogMessage(level=ERROR) @Message(id=11804, value="Error determining version selected by client.") void failedToDetermineClientVersion(@Cause IOException exception)
@LogMessage(level=ERROR) @Message(id=11805, value="Closing channel %s due to an error") void closingChannel(org.jboss.remoting3.Channel channel, @Cause Throwable t)
@LogMessage(level=INFO) @Message(id=11806, value="Channel end notification received, closing channel %s") void closingChannelOnChannelEnd(org.jboss.remoting3.Channel channel)
@LogMessage(level=ERROR) @Message(id=11807, value="Unexpected internal error") void unexpectedError(@Cause Throwable t)
@LogMessage(level=ERROR) @Message(id=11808, value="Null correlationId so error not sent to client") void nullCorrelationId(@Cause Throwable t)
@LogMessage(level=ERROR) @Message(id=11809, value="Failed to send exception response to client") void failedToSendExceptionResponse(@Cause IOException ioe)
@LogMessage(level=ERROR) @Message(id=11810, value="Unexpected parameter type - expected: %d received: %d") void unexpectedParameterType(byte expected, byte actual)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.