@MessageLogger(projectCode="UT")
public interface UndertowLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static UndertowLogger |
CLIENT_LOGGER |
static UndertowLogger |
REQUEST_DUMPER_LOGGER |
static UndertowLogger |
REQUEST_IO_LOGGER
Logger used for IO exceptions.
|
static UndertowLogger |
REQUEST_LOGGER |
static UndertowLogger |
ROOT_LOGGER |
Modifier and Type | Method and Description |
---|---|
void |
authenticationFailed(String userName,
String mechanism) |
void |
cannotRemoveUploadedFile(File file) |
void |
cannotUpgradeConnection(Exception e) |
void |
errorRotatingAccessLog(IOException e) |
void |
errorWritingAccessLog(IOException e) |
void |
errorWritingJDBCLog(SQLException e) |
void |
exceptionInvokingCloseListener(ServerConnection.CloseListener l,
Throwable e) |
void |
exceptionProcessingRequest(Throwable cause) |
void |
exceptionReadingFile(File file,
IOException e) |
void |
failedToParseRequest(Exception e) |
void |
ignoringAjpRequestWithPrefixCode(byte prefix) |
void |
invalidTokenReceived(String tokenName,
String tokenValue) |
void |
ioException(IOException e) |
void |
ioExceptionReadingFromChannel(IOException e) |
void |
missingAuthorizationToken(String tokenName) |
void |
proxyRequestTimedOut(String requestURI) |
void |
requestHeaderWasTooLarge(SocketAddress address,
int size) |
void |
requestWasNotFullyConsumed() |
void |
unkownVariable(String token) |
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 UndertowLogger ROOT_LOGGER
static final UndertowLogger CLIENT_LOGGER
static final UndertowLogger 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 unkownVariable(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)
Copyright © 2013 JBoss by Red Hat. All rights reserved.