org.jboss.resteasy.resteasy_jaxrs.i18n
@MessageLogger(projectCode="RESTEASY") public interface LogMessages extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static int |
BASE |
static LogMessages |
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, warnv
static final LogMessages LOGGER
static final int BASE
@LogMessage(level=ERROR) @Message(id=100, value="Failed executing {0} {1}", format=MESSAGE_FORMAT) void failedExecutingError(String method, String path, @Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=105, value="Failed to execute") void failedToExecute(@Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=110, value="Failed to invoke asynchronously") void failedToInvokeAsynchronously(@Cause Throwable ignored)
@LogMessage(level=ERROR) @Message(id=115, value="NoClassDefFoundError: Unable to load builtin provider: %s") void noClassDefFoundErrorError(String line, @Cause Throwable cause)
@LogMessage(level=ERROR) @Message(id=120, value="Unknown exception while executing {0} {1}", format=MESSAGE_FORMAT) void unknownException(String method, String path, @Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=137, value="Invalid format for {0}, using default value {1}", format=MESSAGE_FORMAT) void invalidFormat(String parameterName, String defaultValue)
@LogMessage(level=WARN) @Message(id=200, value="Accept extensions not supported.") void acceptExtensionsNotSupported()
@LogMessage(level=WARN) @Message(id=205, value="Ambiguity constructors are found in %s. More details please refer to http://jsr311.java.net/nonav/releases/1.1/spec/spec.html") void ambiguousConstructorsFound(Class<?> clazz)
@LogMessage(level=WARN) @Message(id=210, value="Application.getClasses() returned unknown class type: %s") void applicationGetClassesUnknownClassType(String className)
@LogMessage(level=WARN) @Message(id=215, value="Application.getSingletons() returned unknown class type: %s") void applicationGetSingletonsUnknownClassType(String className)
@LogMessage(level=WARN) @Message(id=220, value="ClassNotFoundException: Unable to load builtin provider: %s") void classNotFoundException(String line)
@LogMessage(level=WARN) @Message(id=225, value="Could not delete file \'%s\' for request: ") void couldNotDeleteFile(String path, @Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=230, value="Failed to parse request.") void failedToParseRequest(@Cause Throwable cause)
@LogMessage(level=WARN) @Message(id=235, value="Field {0} of subresource {1} will not be injected according to spec", format=MESSAGE_FORMAT) void fieldOfSubesourceWillNotBeInjected(String field, String subresource)
@LogMessage(level=WARN) @Message(id=240, value="Ignoring unsupported locale: %s") void ignoringUnsupportedLocale(String locale)
@LogMessage(level=WARN) @Message(id=245, value="JAX-RS annotations found at non-public method: {0}.{1}(); Only public methods may be exposed as resource methods.", format=MESSAGE_FORMAT) void JAXRSAnnotationsFoundAtNonPublicMethod(String className, String method)
@LogMessage(level=WARN) @Message(id=250, value="No valueOf() method available for %s, trying constructor...") void noValueOfMethodAvailable(String className)
@LogMessage(level=WARN) @Message(id=255, value="A reader for {0} was not found. This provider is currently configured to handle only {1}", format=MESSAGE_FORMAT) void readerNotFound(MediaType mediaType, String[] availableTypes)
@LogMessage(level=WARN) @Message(id=260, value="The use of %s is deprecated, please use javax.ws.rs.Application as a context-param instead") void useOfApplicationClass(String className)
@LogMessage(level=INFO) @Message(id=300, value="Adding scanned @Provider: %s") void addingScannedProvider(String className)
@LogMessage(level=INFO) @Message(id=305, value="Adding scanned resource: %s") void addingScannedResource(String className)
@LogMessage(level=INFO) @Message(id=310, value="Adding singleton provider {0} from Application {1}", format=MESSAGE_FORMAT) void addingSingletonProvider(String className, String application)
@LogMessage(level=INFO) @Message(id=315, value="Adding singleton resource {0} from Application {1}", format=MESSAGE_FORMAT) void addingSingletonResource(String className, String application)
@LogMessage(level=INFO) @Message(id=320, value="Deploying {0}: {1}", format=MESSAGE_FORMAT) void deployingApplication(String className, Class<?> clazz)
@LogMessage(level=INFO) @Message(id=325, value="unable to close entity stream") void unableToCloseEntityStream(@Cause Throwable cause)
@LogMessage(level=DEBUG) @Message(id=400, value="Creating context object <{0} : {1}> ", format=MESSAGE_FORMAT) void creatingContextObject(String key, String value)
@LogMessage(level=DEBUG) @Message(id=405, value="Failed executing {0} {1}", format=MESSAGE_FORMAT) void failedExecutingDebug(String method, String path, @Cause Throwable cause)
@LogMessage(level=DEBUG) @Message(id=410, value="IN ONE WAY!!!!!") void inOneWay()
@LogMessage(level=DEBUG) @Message(id=415, value="PathInfo: %s") void pathInfo(String path)
@LogMessage(level=DEBUG) @Message(id=420, value="RUNNING JOB!!!!") void runningJob()
@LogMessage(level=DEBUG) @Message(id=425, value="Scanning..") void scanning()
@LogMessage(level=DEBUG) @Message(id=430, value="Scanning archive: %s") void scanningArchive(URL url)
@LogMessage(level=DEBUG) @Message(id=435, value="Unable to retrieve config: disableDTDs defaults to true") void unableToRetrieveConfigDTDs()
@LogMessage(level=DEBUG) @Message(id=440, value="Unable to retrieve config: expandEntityReferences defaults to false") void unableToRetrieveConfigExpand()
@LogMessage(level=DEBUG) @Message(id=445, value="Unable to retrieve config: enableSecureProcessingFeature defaults to true") void unableToRetrieveConfigSecure()
Copyright © 2017. All Rights Reserved.