@MessageLogger(projectCode="UT")
public interface UndertowLogger
extends org.jboss.logging.BasicLogger
| Modifier and Type | Field and Description |
|---|---|
static UndertowLogger |
CLIENT_LOGGER |
static UndertowLogger |
PROXY_REQUEST_LOGGER |
static UndertowLogger |
REQUEST_DUMPER_LOGGER |
static UndertowLogger |
REQUEST_IO_LOGGER
Logger used for IO exceptions.
|
static UndertowLogger |
REQUEST_LOGGER |
static UndertowLogger |
ROOT_LOGGER |
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 UndertowLogger ROOT_LOGGER
static final UndertowLogger CLIENT_LOGGER
static final UndertowLogger REQUEST_LOGGER
static final UndertowLogger PROXY_REQUEST_LOGGER
static final UndertowLogger REQUEST_DUMPER_LOGGER
static final UndertowLogger REQUEST_IO_LOGGER
@LogMessage(level=ERROR)
@Message(id=5001,
value="An exception occurred processing the request")
void exceptionProcessingRequest(@Cause
Throwable cause)
@LogMessage(level=INFO)
@Message(id=5002,
value="Exception reading file %s: %s")
void exceptionReadingFile(File file,
IOException e)
@LogMessage(level=ERROR)
@Message(id=5003,
value="IOException reading from channel")
void ioExceptionReadingFromChannel(@Cause
IOException e)
@LogMessage(level=ERROR)
@Message(id=5005,
value="Cannot remove uploaded file %s")
void cannotRemoveUploadedFile(File file)
@LogMessage(level=ERROR)
@Message(id=5006,
value="Connection from %s terminated as request header was larger than %s")
void requestHeaderWasTooLarge(SocketAddress address,
int size)
@LogMessage(level=DEBUG)
@Message(id=5007,
value="Request was not fully consumed")
void requestWasNotFullyConsumed()
@LogMessage(level=DEBUG)
@Message(id=5008,
value="An invalid token \'%s\' with value \'%s\' has been received.")
void invalidTokenReceived(String tokenName,
String tokenValue)
@LogMessage(level=DEBUG)
@Message(id=5009,
value="A mandatory token %s is missing from the request.")
void missingAuthorizationToken(String tokenName)
@LogMessage(level=DEBUG)
@Message(id=5010,
value="Verification of authentication tokens for user \'%s\' has failed using mechanism \'%s\'.")
void authenticationFailed(String userName,
String mechanism)
@LogMessage(level=ERROR)
@Message(id=5011,
value="Ignoring AJP request with prefix %s")
void ignoringAjpRequestWithPrefixCode(byte prefix)
@LogMessage(level=DEBUG)
@Message(id=5013,
value="An IOException occurred")
void ioException(@Cause
IOException e)
@LogMessage(level=DEBUG)
@Message(id=5014,
value="Failed to parse HTTP request")
void failedToParseRequest(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=5015,
value="Error rotating access log")
void errorRotatingAccessLog(@Cause
IOException e)
@LogMessage(level=ERROR)
@Message(id=5016,
value="Error writing access log")
void errorWritingAccessLog(@Cause
IOException e)
@LogMessage(level=ERROR)
@Message(id=5017,
value="Unknown variable %s")
void unknownVariable(String token)
@LogMessage(level=ERROR)
@Message(id=5018,
value="Exception invoking close listener %s")
void exceptionInvokingCloseListener(ServerConnection.CloseListener l,
@Cause
Throwable e)
@LogMessage(level=ERROR)
@Message(id=5019,
value="Cannot upgrade connection")
void cannotUpgradeConnection(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=5020,
value="Error writing JDBC log")
void errorWritingJDBCLog(@Cause
SQLException e)
@LogMessage(level=ERROR)
@Message(id=5021,
value="Proxy request to %s timed out")
void proxyRequestTimedOut(String requestURI)
@LogMessage(level=ERROR)
@Message(id=5022,
value="Exception generating error page %s")
void exceptionGeneratingErrorPage(@Cause
Exception e,
String location)
@LogMessage(level=ERROR)
@Message(id=5023,
value="Exception handling request to %s")
void exceptionHandlingRequest(@Cause
Throwable t,
String requestURI)
@LogMessage(level=ERROR)
@Message(id=5024,
value="Could not register resource change listener for caching resource manager, automatic invalidation of cached resource will not work")
void couldNotRegisterChangeListener(@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=5027,
value="Timing out request to %s")
void timingOutRequest(String requestURI)
@LogMessage(level=ERROR)
@Message(id=5028,
value="Proxy request to %s failed")
void proxyRequestFailed(String requestURI,
@Cause
Exception e)
@LogMessage(level=ERROR)
@Message(id=5030,
value="Proxy request to %s could not resolve a backend server")
void proxyRequestFailedToResolveBackend(String requestURI)
Copyright © 2014 JBoss by Red Hat. All rights reserved.