@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_LOGGERLogger used for IO exceptions. | 
| static UndertowLogger | REQUEST_LOGGER | 
| static UndertowLogger | ROOT_LOGGER | 
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, 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(Path 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(Path 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=5025,
         value="Could not initiate SPDY connection and no HTTP fallback defined")
void couldNotInitiateSpdyConnection() @LogMessage(level=ERROR)
 @Message(id=5026,
         value="Jetty ALPN support not found on boot class path, %s client will not be available.")
void jettyALPNNotFound(String protocol) @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) @LogMessage(level=ERROR)
 @Message(id=5031,
         value="Proxy request to %s could not connect to backend server %s")
void proxyFailedToConnectToBackend(String requestURI,
                                                                                                                                                            URI uri) @LogMessage(level=ERROR)
 @Message(id=5032,
         value="Listener not making progress on framed channel, closing channel to prevent infinite loop")
void listenerNotProgressing() @LogMessage(level=ERROR)
 @Message(id=5033,
         value="Failed to initiate HTTP2 connection")
void couldNotInitiateHttp2Connection() @LogMessage(level=ERROR)
 @Message(id=5034,
         value="Remote endpoint failed to send initial settings frame in HTTP2 connection, frame type %s")
void remoteEndpointFailedToSendInitialSettings(int type) @LogMessage(level=DEBUG)
 @Message(id=5035,
         value="Closing channel because of parse timeout for remote address %s")
void parseRequestTimedOut(SocketAddress remoteAddress) @LogMessage(level=ERROR)
 @Message(id=5036,
         value="ALPN negotiation failed for %s and no fallback defined, closing connection")
void noALPNFallback(SocketAddress address) @LogMessage(level=WARN)
 @Message(id=5037,
         value="Name of the cookie containing the session id, %s, had been too long and was truncated to: %s")
void stickySessionCookieLengthTruncated(String original,
                                                                                                                                                                                                  String current) @LogMessage(level=DEBUG)
 @Message(id=5038,
         value="Balancer created: id: %s, name: %s, stickySession: %s, stickySessionCookie: %s, stickySessionPath: %s, stickySessionRemove: %s, stickySessionForce: %s, waitWorker: %s, maxattempts: %s")
void balancerCreated(int id,
                                                                                                                                                                                                                                                                           String name,
                                                                                                                                                                                                                                                                           boolean stickySession,
                                                                                                                                                                                                                                                                           String stickySessionCookie,
                                                                                                                                                                                                                                                                           String stickySessionPath,
                                                                                                                                                                                                                                                                           boolean stickySessionRemove,
                                                                                                                                                                                                                                                                           boolean stickySessionForce,
                                                                                                                                                                                                                                                                           int waitWorker,
                                                                                                                                                                                                                                                                           int maxattempts) @LogMessage(level=INFO)
 @Message(id=5039,
         value="Undertow starts mod_cluster proxy advertisements on %s with frequency %s ms")
void proxyAdvertisementsStarted(String address,
                                                                                                                                                                         int frequency) @LogMessage(level=DEBUG)
 @Message(id=5040,
         value="Gonna send payload:\n%s")
void proxyAdvertiseMessagePayload(String payload) @LogMessage(level=ERROR)
 @Message(id=5041,
         value="Cannot send advertise message. Address: %s")
void proxyAdvertiseCannotSendMessage(@Cause
                                                                                                                                              Exception e,
                                                                                                                                              InetSocketAddress address) @LogMessage(level=DEBUG)
 @Message(id=5042,
         value="Undertow mod_cluster proxy MCMPHandler created")
void mcmpHandlerCreated() @LogMessage(level=ERROR)
 @Message(id=5043,
         value="Error in processing MCMP commands: Type:%s, Mess: %s")
void mcmpProcessingError(String type,
                                                                                                                                            String errString) @LogMessage(level=INFO)
 @Message(id=5044,
         value="Removing node %s")
void removingNode(String jvmRoute) @LogMessage(level=INFO)
 @Message(id=5045,
         value="Registering context %s, for node %s")
void registeringContext(String contextPath,
                                                                                                                         String jvmRoute) @LogMessage(level=DEBUG)
 @Message(id=5046,
         value="Registering context %s, for node %s, with aliases %s")
void registeringContext(String contextPath,
                                                                                                                                           String jvmRoute,
                                                                                                                                           List<String> aliases) @LogMessage(level=INFO)
 @Message(id=5047,
         value="Unregistering context %s, from node %s")
void unregisteringContext(String contextPath,
                                                                                                                              String jvmRoute) @LogMessage(level=DEBUG)
 @Message(id=5048,
         value="Node %s in error")
void nodeIsInError(String jvmRoute) @LogMessage(level=DEBUG)
 @Message(id=5049,
         value="NodeConfig created: connectionURI: %s, balancer: %s, load balancing group: %s, jvmRoute: %s, flushPackets: %s, flushwait: %s, ping: %s,ttl: %s, timeout: %s, maxConnections: %s, cacheConnections: %s, requestQueueSize: %s, queueNewRequests: %s")
void nodeConfigCreated(URI connectionURI,
                                                                                                                                                                                                                                                                                                                                       String balancer,
                                                                                                                                                                                                                                                                                                                                       String domain,
                                                                                                                                                                                                                                                                                                                                       String jvmRoute,
                                                                                                                                                                                                                                                                                                                                       boolean flushPackets,
                                                                                                                                                                                                                                                                                                                                       int flushwait,
                                                                                                                                                                                                                                                                                                                                       int ping,
                                                                                                                                                                                                                                                                                                                                       long ttl,
                                                                                                                                                                                                                                                                                                                                       int timeout,
                                                                                                                                                                                                                                                                                                                                       int maxConnections,
                                                                                                                                                                                                                                                                                                                                       int cacheConnections,
                                                                                                                                                                                                                                                                                                                                       int requestQueueSize,
                                                                                                                                                                                                                                                                                                                                       boolean queueNewRequests) @LogMessage(level=ERROR)
 @Message(id=5050,
         value="Failed to process management request")
void failedToProcessManagementReq(@Cause
                                                                                                                                     Exception e) @LogMessage(level=ERROR)
 @Message(id=5051,
         value="Failed to send ping response")
void failedToSendPingResponse(@Cause
                                                                                                                         Exception e) @LogMessage(level=DEBUG)
 @Message(id=5052,
         value="Failed to send ping response, node.getJvmRoute(): %s, jvmRoute: %s")
void failedToSendPingResponseDBG(@Cause
                                                                                                                                                                  Exception e,
                                                                                                                                                                  String node,
                                                                                                                                                                  String jvmRoute) @LogMessage(level=INFO)
 @Message(id=5053,
         value="Registering node %s, connection: %s")
void registeringNode(String jvmRoute,
                                                                                                                      URI connectionURI) @LogMessage(level=DEBUG)
 @Message(id=5054,
         value="MCMP processing, key: %s, value: %s")
void mcmpKeyValue(HttpString name,
                                                                                                                    String value) @LogMessage(level=DEBUG)
 @Message(id=5055,
         value="HttpClientPingTask run for connection: %s")
void httpClientPingTask(URI connection) @LogMessage(level=DEBUG)
 @Message(id=5056,
         value="Received node load in STATUS message, node jvmRoute: %s, load: %s")
void receivedNodeLoad(String jvmRoute,
                                                                                                                                                      String loadValue) @LogMessage(level=DEBUG)
 @Message(id=5057,
         value="Sending MCMP response to destination: %s, HTTP status: %s, Headers: %s, response: %s")
void mcmpSendingResponse(InetSocketAddress destination,
                                                                                                                                                                            int status,
                                                                                                                                                                            HeaderMap headers,
                                                                                                                                                                            String response) @LogMessage(level=WARN)
 @Message(id=5058,
         value="Could not bind multicast socket to %s (%s address): %s; make sure your multicast address is of the same type as the IP stack (IPv4 or IPv6). Multicast socket will not be bound to an address, but this may lead to cross talking (see http://www.jboss.org/community/docs/DOC-9469 for details).")
void potentialCrossTalking(InetAddress group,
                                                                                                                                                                                                                                                                                                                                                                                          String s,
                                                                                                                                                                                                                                                                                                                                                                                          String localizedMessage) @LogMessage(level=WARN)
 @Message(id=5060,
         value="Predicate %s uses old style square braces to define predicates, which will be removed in a future release. predicate[value] should be changed to predicate(value)")
void oldStylePredicateSyntax(String string) @Message(id=5061,
         value="More than %s restarts detected, breaking assumed infinite loop")
IllegalStateException maxRestartsExceeded(int maxRestarts) @LogMessage(level=ERROR)
 @Message(id=5062,
         value="Pattern parse error")
void extendedAccessLogPatternParseError(@Cause
                                                                                                                          Throwable t) @LogMessage(level=ERROR)
 @Message(id=5063,
         value="Unable to decode with rest of chars starting: %s")
void extendedAccessLogUnknownToken(String token) @LogMessage(level=ERROR)
 @Message(id=5064,
         value="No closing ) found for in decode")
void extendedAccessLogMissingClosing() @LogMessage(level=ERROR)
 @Message(id=5065,
         value="The next characters couldn\'t be decoded: %s")
void extendedAccessLogCannotDecode(String chars) @LogMessage(level=ERROR)
 @Message(id=5066,
         value="X param for servlet request, couldn\'t decode value: %s")
void extendedAccessLogCannotDecodeXParamValue(String value) @LogMessage(level=ERROR)
 @Message(id=5067,
         value="X param in wrong format. Needs to be \'x-#(...)\'")
void extendedAccessLogBadXParam() @LogMessage(level=INFO)
 @Message(id=5068,
         value="Pattern was just empty or whitespace")
void extendedAccessLogEmptyPattern() Copyright © 2015 JBoss by Red Hat. All rights reserved.