@MessageLogger(projectCode="UT")
public interface JsrWebSocketLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static JsrWebSocketLogger | REQUEST_LOGGER |
static JsrWebSocketLogger | ROOT_LOGGER |
Modifier and Type | Method and Description |
---|---|
void | addingAnnotatedClientEndpoint(Class<?> endpoint) |
void | addingAnnotatedServerEndpoint(Class<?> endpoint, String value) |
void | addingProgramaticEndpoint(Class<?> endpointClass, String path) |
void | bufferPoolWasNull() |
IllegalArgumentException | bufferPoolWasNullAndNoDefault() |
void | couldNotCloseOnUndeploy(Exception e) |
void | couldNotInitializeConfiguration(Class<?> clazz, Throwable t) |
void | endpointCreationFailed(Exception cause) |
void | exceptionInWebSocketMethod(Throwable e) |
void | pathTemplateNotFound(Class<?> endpointClass, javax.websocket.server.PathParam param, Method method, Set<String> paths) |
void | xnioWorkerWasNull() |
IllegalArgumentException | xnioWorkerWasNullAndNoDefault() |
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, 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, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, 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 JsrWebSocketLogger ROOT_LOGGER
static final JsrWebSocketLogger REQUEST_LOGGER
@LogMessage(level=ERROR) @Message(id=26001, value="Unable to instantiate endpoint") void endpointCreationFailed(@Cause Exception cause)
@LogMessage(level=ERROR) @Message(id=26002, value="Unable to instantiate server configuration %s") void couldNotInitializeConfiguration(Class<?> clazz, @Cause Throwable t)
@LogMessage(level=INFO) @Message(id=26003, value="Adding annotated server endpoint %s for path %s") void addingAnnotatedServerEndpoint(Class<?> endpoint, String value)
@LogMessage(level=INFO) @Message(id=26004, value="Adding annotated client endpoint %s") void addingAnnotatedClientEndpoint(Class<?> endpoint)
@LogMessage(level=INFO) @Message(id=26005, value="Adding programmatic server endpoint %s for path %s") void addingProgramaticEndpoint(Class<?> endpointClass, String path)
@LogMessage(level=ERROR) @Message(id=26006, value="Exception running web socket method") void exceptionInWebSocketMethod(@Cause Throwable e)
@LogMessage(level=WARN) @Message(id=26007, value="On Endpoint class %s path param %s on method %s does not reference a valid parameter, valid parameters are %s.") void pathTemplateNotFound(Class<?> endpointClass, javax.websocket.server.PathParam param, Method method, Set<String> paths)
@LogMessage(level=ERROR) @Message(id=26008, value="Could not close endpoint on undeploy.") void couldNotCloseOnUndeploy(@Cause Exception e)
@LogMessage(level=WARN) @Message(id=26009, value="XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used") void xnioWorkerWasNull()
@LogMessage(level=WARN) @Message(id=26010, value="Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used") void bufferPoolWasNull()
@Message(id=26011, value="XNIO worker was not set on WebSocketDeploymentInfo, and there is no default to use") IllegalArgumentException xnioWorkerWasNullAndNoDefault()
@Message(id=26012, value="Buffer pool was not set on WebSocketDeploymentInfo, and there is no default to use") IllegalArgumentException bufferPoolWasNullAndNoDefault()
Copyright © 2020 JBoss by Red Hat. All rights reserved.