@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2016-09-29T16:02:45-0500") public class LoggingLogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements LoggingLogger, org.jboss.logging.BasicLogger, Serializable
ROOT_LOGGER| Constructor and Description |
|---|
LoggingLogger_$logger(org.jboss.logging.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
String |
cannotAccessClass(Throwable cause,
String className)
Creates an exception indicating the class, represented by the
className parameter, cannot be accessed. |
protected String |
cannotAccessClass$str() |
String |
cannotAddHandlerToSelf(String handlerName)
A message indicating the handler cannot be attached to itself.
|
protected String |
cannotAddHandlerToSelf$str() |
IllegalArgumentException |
cannotAssignNullToPrimitive(String name,
Class<? extends Object> type)
Creates an exception indicating
null cannot be assigned to a primitive property. |
protected String |
cannotAssignNullToPrimitive$str() |
IllegalArgumentException |
cannotInstantiateClass(Throwable cause,
String className,
String description,
String name)
Creates an exception indicating the class, represented by the
className parameter, could not be
instantiated. |
protected String |
cannotInstantiateClass$str() |
IllegalArgumentException |
cannotLoadModule(Throwable cause,
String moduleName,
String description,
String name)
Creates an exception indicating a failure to load the module.
|
protected String |
cannotLoadModule$str() |
UnsupportedOperationException |
cannotRegisterResourceOfType(String childType)
Create a failure description message indicating that the resource of given type can not be registered.
|
protected String |
cannotRegisterResourceOfType$str() |
UnsupportedOperationException |
cannotRemoveResourceOfType(String childType)
Create a failure description message indicating that the resource of given type can not be removed.
|
protected String |
cannotRemoveResourceOfType$str() |
IllegalArgumentException |
cannotSetRemovedProperty(String propertyName,
String description,
String name)
Creates an exception indicating the property cannot be set as it's been removed.
|
protected String |
cannotSetRemovedProperty$str() |
String |
cannotUnassignHandler(String handlerName)
A message indicating the handler, represented by the
handlerName parameter could not be unassigned as it
was not assigned. |
protected String |
cannotUnassignHandler$str() |
String |
classNotFound(Throwable cause,
String className)
Creates an exception indicating the class, represented by the
className parameter, could not be found. |
protected String |
classNotFound$str() |
IllegalArgumentException |
deploymentNameNotFound(PathAddress address)
Creates an exception indicating the deployment name was not found on the address.
|
protected String |
deploymentNameNotFound$str() |
void |
errorDeterminingChildrenExist(Throwable cause,
String childType)
Logs an error message indicating a failure to determine if a child resource exists.
|
protected String |
errorDeterminingChildrenExist$str() |
IllegalArgumentException |
errorManagerAlreadyExists(String name)
Creates an exception indicating the error manager already exists.
|
protected String |
errorManagerAlreadyExists$str() |
IllegalArgumentException |
errorManagerNotFound(String name)
Creates an exception indicating the error manager could not be found.
|
protected String |
errorManagerNotFound$str() |
void |
errorProcessingLogDirectory(String logDir) |
protected String |
errorProcessingLogDirectory$str() |
DeploymentUnitProcessingException |
errorProcessingLoggingConfiguration(Throwable cause)
Creates an exception indicating an error occurred while searching for logging configuration files.
|
protected String |
errorProcessingLoggingConfiguration$str() |
void |
errorSettingProperty(Throwable cause,
String propertyName,
String className)
Logs a warning message indicating an error occurred trying to set the property, represented by the
propertyName parameter, on the handler class, represented by the className parameter. |
protected String |
errorSettingProperty$str() |
IllegalArgumentException |
expected(String token)
Creates an exception indicating the token was expected next in the filter expression.
|
IllegalArgumentException |
expected(String trueToken,
String falseToken)
Creates an exception indicating the one or the other tokens was expected next in the filter expression.
|
protected String |
expected1$str() |
protected String |
expected2$str() |
IllegalArgumentException |
expectedIdentifier()
Creates an exception indicating an identifier was expected next in the filter expression.
|
protected String |
expectedIdentifier$str() |
IllegalArgumentException |
expectedString()
Creates an exception indicating a string was expected next in the filter expression.
|
protected String |
expectedString$str() |
IllegalStateException |
extensionNotInitialized()
Logs a warning message indicating the
LogManager is required and the logging
subsystem was not initialized. |
protected String |
extensionNotInitialized$str() |
IllegalArgumentException |
extraData()
Creates an exception indicating extra data was found in the filter expression.
|
protected String |
extraData$str() |
void |
failedToCloseResource(Throwable cause,
Closeable closeable)
Logs an error message indicating to failure to close the resource represented by the
closeable
parameter. |
protected String |
failedToCloseResource$str() |
DeploymentUnitProcessingException |
failedToConfigureLogging(Throwable cause,
String fileName)
Creates an exception indicating a failure to configure logging with the configuration file represented by the
fileName parameter. |
protected String |
failedToConfigureLogging$str() |
IllegalArgumentException |
failedToLoadClass(Throwable cause,
String className,
String description,
String name)
Creates an exception indicating a failure to load the class.
|
protected String |
failedToLoadClass$str() |
IllegalArgumentException |
failedToLocateConstructor(Throwable cause,
String className,
String description,
String name)
Creates an exception indicating a failure to locate the constructor.
|
protected String |
failedToLocateConstructor$str() |
RuntimeException |
failedToReadLogFile(Throwable cause,
String name)
Creates an exception indicating a failure to read the log file.
|
protected String |
failedToReadLogFile$str() |
IllegalArgumentException |
failedToSetHandlerEncoding(Throwable cause,
String encoding)
A message indicating the handler encoding failed to set.
|
protected String |
failedToSetHandlerEncoding$str() |
RuntimeException |
failedToWriteConfigurationFile(Throwable e,
File fileName)
A message indicating a failure to write the configuration file.
|
protected String |
failedToWriteConfigurationFile$str() |
IllegalArgumentException |
filterAlreadyExists(String name)
Creates an exception indicating the filter already exists.
|
protected String |
filterAlreadyExists$str() |
IllegalArgumentException |
filterNotFound(String name)
Creates an exception indicating the filter could not be found.
|
protected String |
filterNotFound$str() |
void |
filterNotSupported()
Logs a warning message indicating filters are not currently supported for log4j appenders.
|
protected String |
filterNotSupported$str() |
IllegalArgumentException |
formatterAlreadyExists(String name)
Creates an exception indicating the formatter already exists.
|
protected String |
formatterAlreadyExists$str() |
String |
formatterNotFound(String name)
Creates an exception indicating the formatter could not be found.
|
protected String |
formatterNotFound$str() |
String |
handlerAlreadyDefined(String name)
A message indicating the handler, represented by the
name parameter, is already assigned. |
protected String |
handlerAlreadyDefined$str() |
OperationFailedException |
handlerAttachedToHandlers(String handlerName,
Collection<String> handlers)
A message indicating the handler is attached to the handlers.
|
protected String |
handlerAttachedToHandlers$str() |
OperationFailedException |
handlerAttachedToLoggers(String handlerName,
Collection<String> loggers)
A message indicating the handler is attached to the loggers.
|
protected String |
handlerAttachedToLoggers$str() |
IllegalStateException |
handlerClosed()
An exception indicating a handler has been closed.
|
IllegalStateException |
handlerClosed(String name,
String value)
An exception indicating a property cannot be set on a closed handler.
|
protected String |
handlerClosed0$str() |
protected String |
handlerClosed2$str() |
String |
handlerConfigurationNotFound(String name)
A message indicating the handler configuration could not be found.
|
protected String |
handlerConfigurationNotFound$str() |
IllegalArgumentException |
handlerNotFound(String name)
A message indicating the handler, represented by the
name parameter, was not found. |
protected String |
handlerNotFound$str() |
IllegalArgumentException |
invalidEscapeFoundInFilterExpression()
Creates an exception indicating an invalid escape was found in the filter expression string.
|
protected String |
invalidEscapeFoundInFilterExpression$str() |
String |
invalidFilter(String name)
A message indicating the filter is invalid.
|
protected String |
invalidFilter$str() |
OperationFailedException |
invalidLogFile(String path)
Creates an exception indicating the path is a directory and cannot be used as a log file.
|
protected String |
invalidLogFile$str() |
String |
invalidLogLevel(String level)
A message indicating the log level, represented by the
level parameter, is invalid. |
protected String |
invalidLogLevel$str() |
String |
invalidOverflowAction(String overflowAction)
A message indicating the overflow action, represented by the
overflowAction parameter, is invalid. |
protected String |
invalidOverflowAction$str() |
String |
invalidPath(String relativeTo,
String path)
A message indicating an absolute path cannot be used when a relative-to path is being used.
|
protected String |
invalidPath$str() |
IllegalArgumentException |
invalidProperty(String propertyName,
String description,
String name,
Class<? extends Object> type)
Creates an exception indicating no property with the name, represented by the
propertyName parameter,
was found on the type. |
protected String |
invalidProperty$str() |
void |
invalidPropertyAttribute(String name)
Logs a warning message indicating the attribute, represented by the
name parameter, is not a
configurable property value. |
protected String |
invalidPropertyAttribute$str() |
String |
invalidRelativeTo(String relativeTo)
A message indicating an absolute path cannot be specified for relative-to.
|
protected String |
invalidRelativeTo$str() |
String |
invalidSize(String size)
A message indicating the size is invalid.
|
protected String |
invalidSize$str() |
String |
invalidSuffix(String suffix)
A message indicating a suffix is invalid.
|
protected String |
invalidSuffix$str() |
String |
invalidTargetName(EnumSet<Target> targets)
A message indicating the target name value is invalid.
|
protected String |
invalidTargetName$str() |
String |
invalidValueTypeKey(String key,
Collection<String> allowedValues)
A message indicating the value type key, represented by the
kry parameter, is invalid. |
protected String |
invalidValueTypeKey$str() |
void |
julConfigurationFileFound(String fileName)
Logs a warning message indicating the configuration file found appears to be a
J.U.L. configuration file and the log manager does not allow this configuration. |
protected String |
julConfigurationFileFound$str() |
void |
logContextNotRemoved(org.jboss.logmanager.LogContext logContext,
String deploymentName)
Logs an error message indicating the
log context associated with the
deployment could not be removed from the log context selector. |
protected String |
logContextNotRemoved$str() |
Resource.NoSuchResourceException |
logFileNotFound(String name,
String directoryProperty)
Creates an exception indicating the file was found in the log directory.
|
protected String |
logFileNotFound$str() |
IllegalArgumentException |
loggerAlreadyExists(String name)
Creates an exception indicating the logger already exists.
|
protected String |
loggerAlreadyExists$str() |
String |
loggerConfigurationNotFound(String name)
A message indicating the logger configuration could not be found.
|
protected String |
loggerConfigurationNotFound$str() |
String |
loggerNotFound(String name)
A message indicating the logger, represented by the
name parameter was not found. |
protected String |
loggerNotFound$str() |
void |
loggingProfileNotFound(String loggingProfile,
ResourceRoot deployment)
Logs a warning message indicating the deployment specified a logging profile, but the logging profile was not
found.
|
protected String |
loggingProfileNotFound$str() |
String |
missingRequiredNestedFilterElement()
A message indicating the required nested filter element is missing.
|
protected String |
missingRequiredNestedFilterElement$str() |
IllegalArgumentException |
nestedHandlersNotSupported(Class<? extends Handler> handlerClass)
Creates an exception indicating the handler does not support nested handlers.
|
protected String |
nestedHandlersNotSupported$str() |
String |
pathManagerServiceNotStarted() |
protected String |
pathManagerServiceNotStarted$str() |
void |
perDeploymentPropertyDeprecated(String propertyName,
String attributeName)
Logs a warning message indicating the per-logging deployment property has been deprecated and should not be
used.
|
protected String |
perDeploymentPropertyDeprecated$str() |
void |
perLoggingDeploymentIgnored(String propertyName,
String attributeName,
String deploymentName)
Logs a warning message indicating the per-logging deployment property is being ignored because the attribute has
been set to ignore the deployments logging configuration.
|
protected String |
perLoggingDeploymentIgnored$str() |
IllegalArgumentException |
propertyAlreadyRemoved(String propertyName,
String description,
String name)
Creates an exception indicating the property could not be removed as it's already been removed
|
protected String |
propertyAlreadyRemoved$str() |
IllegalArgumentException |
propertySetterNotFound(String propertyName,
String description,
String name)
Creates an exception indicating the property has no setter method.
|
protected String |
propertySetterNotFound$str() |
IllegalArgumentException |
propertyTypeNotFound(String propertyName,
String description,
String name)
Creates an exception indicating the property type could not be determined.
|
protected String |
propertyTypeNotFound$str() |
OperationFailedException |
readNotAllowed(String name)
Creates an exception indicating the user cannot read the file.
|
protected String |
readNotAllowed$str() |
void |
replacingConfigurator(org.jboss.logmanager.Configurator c)
Logs a warning message indicating the configurator class is an unknown type and will be replaced.
|
protected String |
replacingConfigurator$str() |
void |
replacingNamedHandler(String name)
Logs a warning message indicating the handler is being replaced due to a different type or module name.
|
protected String |
replacingNamedHandler$str() |
RuntimeException |
rollbackFailure(Throwable cause)
Creates an exception indicating a failure was detected while performing a rollback.
|
protected String |
rollbackFailure$str() |
String |
suffixContainsMillis(String suffix)
A message indicating a suffix contains seconds or milliseconds and the handler does not allow it.
|
protected String |
suffixContainsMillis$str() |
IllegalArgumentException |
truncatedFilterExpression()
Creates an exception indicating the filter expression string is truncated.
|
protected String |
truncatedFilterExpression$str() |
IllegalArgumentException |
unexpectedEnd()
Creates an exception indicating an unexpected end of the filter expression.
|
protected String |
unexpectedEnd$str() |
void |
unknownLogManager(String logManagerName)
Logs a warning message indicating the log manager does not appear to the
LogManager. |
protected String |
unknownLogManager$str() |
IllegalArgumentException |
unknownParameterType(Class<? extends Object> type,
String propertyName,
Class<? extends Object> clazz)
Creates an exception indicating an unknown parameter type, represented by the
type parameter, for the
property represented by the propertyName parameter on the class. |
protected String |
unknownParameterType$str() |
void |
unknownProperty(String propertyName,
String className)
Logs a warning message indicating an unknown property, represented by the
propertyName parameter, for
the class represented by the className parameter. |
protected String |
unknownProperty$str() |
IllegalArgumentException |
unsupportedCharSet(String encoding)
Creates an exception indicating the character set is not supported.
|
protected String |
unsupportedCharSet$str() |
UnsupportedOperationException |
unsupportedMethod(String methodName,
String className)
Creates an exception indicating the method on the class is not supported.
|
protected String |
unsupportedMethod$str() |
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, warnvclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, 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, warnvpublic final void errorSettingProperty(Throwable cause, String propertyName, String className)
LoggingLoggerpropertyName parameter, on the handler class, represented by the className parameter.errorSettingProperty in interface LoggingLoggercause - the cause of the error.propertyName - the name of the property.className - the name of the class.protected String errorSettingProperty$str()
public final void unknownProperty(String propertyName, String className)
LoggingLoggerpropertyName parameter, for
the class represented by the className parameter.unknownProperty in interface LoggingLoggerpropertyName - the name of the property.className - the name of the class.protected String unknownProperty$str()
public final void failedToCloseResource(Throwable cause, Closeable closeable)
LoggingLoggercloseable
parameter.failedToCloseResource in interface LoggingLoggercause - the cause of the errorcloseable - the resourceprotected String failedToCloseResource$str()
public final void invalidPropertyAttribute(String name)
LoggingLoggername parameter, is not a
configurable property value.invalidPropertyAttribute in interface LoggingLoggername - the name of the attributeprotected String invalidPropertyAttribute$str()
protected String pathManagerServiceNotStarted$str()
public final String pathManagerServiceNotStarted()
pathManagerServiceNotStarted in interface LoggingLoggerpublic final void filterNotSupported()
LoggingLoggerfilterNotSupported in interface LoggingLoggerprotected String filterNotSupported$str()
public final void loggingProfileNotFound(String loggingProfile, ResourceRoot deployment)
LoggingLoggerloggingProfileNotFound in interface LoggingLoggerloggingProfile - the logging profile that was not founddeployment - the deployment that specified the logging profileprotected String loggingProfileNotFound$str()
public final void julConfigurationFileFound(String fileName)
LoggingLoggerJ.U.L. configuration file and the log manager does not allow this configuration.julConfigurationFileFound in interface LoggingLoggerfileName - the configuration file nameprotected String julConfigurationFileFound$str()
public final void replacingNamedHandler(String name)
LoggingLoggerreplacingNamedHandler in interface LoggingLoggername - the name of the handlerprotected String replacingNamedHandler$str()
public final void replacingConfigurator(org.jboss.logmanager.Configurator c)
LoggingLoggerreplacingConfigurator in interface LoggingLoggerc - the class that is being replacedprotected String replacingConfigurator$str()
public final void logContextNotRemoved(org.jboss.logmanager.LogContext logContext,
String deploymentName)
LoggingLoggerlog context associated with the
deployment could not be removed from the log context selector.logContextNotRemoved in interface LoggingLoggerlogContext - the log context that could not be removeddeploymentName - the name of the deploymentprotected String logContextNotRemoved$str()
public final void perDeploymentPropertyDeprecated(String propertyName, String attributeName)
LoggingLoggerperDeploymentPropertyDeprecated in interface LoggingLoggerpropertyName - the per-deployment property nameattributeName - the name of the new attributeprotected String perDeploymentPropertyDeprecated$str()
public final void perLoggingDeploymentIgnored(String propertyName, String attributeName, String deploymentName)
LoggingLoggerperLoggingDeploymentIgnored in interface LoggingLoggerpropertyName - the per-deployment property nameattributeName - the name of the new attributedeploymentName - the name of the deploymentprotected String perLoggingDeploymentIgnored$str()
protected String cannotAccessClass$str()
public final String cannotAccessClass(Throwable cause, String className)
LoggingLoggerclassName parameter, cannot be accessed.cannotAccessClass in interface LoggingLoggercause - the cause of the error.className - the name of the class.protected String cannotInstantiateClass$str()
public final IllegalArgumentException cannotInstantiateClass(Throwable cause, String className, String description, String name)
LoggingLoggerclassName parameter, could not be
instantiated.cannotInstantiateClass in interface LoggingLoggercause - the cause of the errorclassName - the name of the classdescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String cannotLoadModule$str()
public final IllegalArgumentException cannotLoadModule(Throwable cause, String moduleName, String description, String name)
LoggingLoggercannotLoadModule in interface LoggingLoggercause - the cause of the errormoduleName - the name of the module that could not be loadeddescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String cannotUnassignHandler$str()
public final String cannotUnassignHandler(String handlerName)
LoggingLoggerhandlerName parameter could not be unassigned as it
was not assigned.cannotUnassignHandler in interface LoggingLoggerhandlerName - the handler name.protected String classNotFound$str()
public final String classNotFound(Throwable cause, String className)
LoggingLoggerclassName parameter, could not be found.classNotFound in interface LoggingLoggercause - the cause of the error.className - the name of the class that could not be found.protected String failedToSetHandlerEncoding$str()
public final IllegalArgumentException failedToSetHandlerEncoding(Throwable cause, String encoding)
LoggingLoggerfailedToSetHandlerEncoding in interface LoggingLoggercause - the cause of the errorencoding - the encodingIllegalArgumentException for the errorprotected String handlerAlreadyDefined$str()
public final String handlerAlreadyDefined(String name)
LoggingLoggername parameter, is already assigned.handlerAlreadyDefined in interface LoggingLoggername - the handler name.protected String handlerNotFound$str()
public final IllegalArgumentException handlerNotFound(String name)
LoggingLoggername parameter, was not found.handlerNotFound in interface LoggingLoggername - the handler nameIllegalArgumentException for the errorprotected String invalidFilter$str()
public final String invalidFilter(String name)
LoggingLoggerinvalidFilter in interface LoggingLoggername - the name of the filter.protected String invalidLogLevel$str()
public final String invalidLogLevel(String level)
LoggingLoggerlevel parameter, is invalid.invalidLogLevel in interface LoggingLoggerlevel - the invalid level.protected String invalidOverflowAction$str()
public final String invalidOverflowAction(String overflowAction)
LoggingLoggeroverflowAction parameter, is invalid.invalidOverflowAction in interface LoggingLoggeroverflowAction - the invalid overflow action.protected String invalidSize$str()
public final String invalidSize(String size)
LoggingLoggerinvalidSize in interface LoggingLoggersize - the size.protected String invalidTargetName$str()
public final String invalidTargetName(EnumSet<Target> targets)
LoggingLoggerinvalidTargetName in interface LoggingLoggertargets - a collection of valid target names.protected String invalidValueTypeKey$str()
public final String invalidValueTypeKey(String key, Collection<String> allowedValues)
LoggingLoggerkry parameter, is invalid.invalidValueTypeKey in interface LoggingLoggerkey - the key.allowedValues - a collection of allowed values.protected String missingRequiredNestedFilterElement$str()
public final String missingRequiredNestedFilterElement()
LoggingLoggermissingRequiredNestedFilterElement in interface LoggingLoggerprotected String unknownParameterType$str()
public final IllegalArgumentException unknownParameterType(Class<? extends Object> type, String propertyName, Class<? extends Object> clazz)
LoggingLoggertype parameter, for the
property represented by the propertyName parameter on the class.unknownParameterType in interface LoggingLoggertype - the parameter type.propertyName - the name of the property.clazz - the class the property with the type could not found on.IllegalArgumentException for the error.protected String loggerNotFound$str()
public final String loggerNotFound(String name)
LoggingLoggername parameter was not found.loggerNotFound in interface LoggingLoggername - the name of the missing logger.protected String invalidRelativeTo$str()
public final String invalidRelativeTo(String relativeTo)
LoggingLoggerinvalidRelativeTo in interface LoggingLoggerrelativeTo - the invalid absolute path.protected String invalidPath$str()
public final String invalidPath(String relativeTo, String path)
LoggingLoggerinvalidPath in interface LoggingLoggerrelativeTo - the relative path.path - absolute path.protected String invalidSuffix$str()
public final String invalidSuffix(String suffix)
LoggingLoggerinvalidSuffix in interface LoggingLoggersuffix - the suffix.protected String failedToConfigureLogging$str()
public final DeploymentUnitProcessingException failedToConfigureLogging(Throwable cause, String fileName)
LoggingLoggerfileName parameter.failedToConfigureLogging in interface LoggingLoggercause - the cause of the error.fileName - the configuration file name.DeploymentUnitProcessingException for the error.protected String errorProcessingLoggingConfiguration$str()
public final DeploymentUnitProcessingException errorProcessingLoggingConfiguration(Throwable cause)
LoggingLoggererrorProcessingLoggingConfiguration in interface LoggingLoggercause - the cause of the error.DeploymentUnitProcessingException for the error.protected String handlerAttachedToHandlers$str()
public final OperationFailedException handlerAttachedToHandlers(String handlerName, Collection<String> handlers)
LoggingLoggerhandlerAttachedToHandlers in interface LoggingLoggerhandlerName - the name of tha attached handler.handlers - a collection of the handler names.protected String handlerAttachedToLoggers$str()
public final OperationFailedException handlerAttachedToLoggers(String handlerName, Collection<String> loggers)
LoggingLoggerhandlerAttachedToLoggers in interface LoggingLoggerhandlerName - the name of tha attached handler.loggers - a collection of the logger names.protected String cannotAddHandlerToSelf$str()
public final String cannotAddHandlerToSelf(String handlerName)
LoggingLoggercannotAddHandlerToSelf in interface LoggingLoggerhandlerName - the name of the handlerprotected String handlerClosed0$str()
public final IllegalStateException handlerClosed()
LoggingLoggerhandlerClosed in interface LoggingLoggerIllegalStateException for the errorprotected String handlerClosed2$str()
public final IllegalStateException handlerClosed(String name, String value)
LoggingLoggerhandlerClosed in interface LoggingLoggername - the name of the propertyvalue - the value of the propertyIllegalStateException for the errorprotected String handlerConfigurationNotFound$str()
public final String handlerConfigurationNotFound(String name)
LoggingLoggerhandlerConfigurationNotFound in interface LoggingLoggername - the name of the handlerprotected String loggerConfigurationNotFound$str()
public final String loggerConfigurationNotFound(String name)
LoggingLoggerloggerConfigurationNotFound in interface LoggingLoggername - the name of the loggerprotected String unsupportedMethod$str()
public final UnsupportedOperationException unsupportedMethod(String methodName, String className)
LoggingLoggerunsupportedMethod in interface LoggingLoggermethodName - the name of the methodclassName - the name of the classUnsupportedOperationException for the errorprotected String failedToWriteConfigurationFile$str()
public final RuntimeException failedToWriteConfigurationFile(Throwable e, File fileName)
LoggingLoggerfailedToWriteConfigurationFile in interface LoggingLoggerfileName - the name of the fileprotected String rollbackFailure$str()
public final RuntimeException rollbackFailure(Throwable cause)
LoggingLoggerrollbackFailure in interface LoggingLoggercause - the cause of the failureRuntimeException for the errorprotected String failedToLoadClass$str()
public final IllegalArgumentException failedToLoadClass(Throwable cause, String className, String description, String name)
LoggingLoggerfailedToLoadClass in interface LoggingLoggercause - the cause of the errorclassName - the name of the class that could not be loadeddescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String invalidProperty$str()
public final IllegalArgumentException invalidProperty(String propertyName, String description, String name, Class<? extends Object> type)
LoggingLoggerpropertyName parameter,
was found on the type.invalidProperty in interface LoggingLoggerpropertyName - the name of the propertydescription - a descriptionname - the name of the configurationtype - the type the property does not exist onIllegalArgumentException for the errorprotected String failedToLocateConstructor$str()
public final IllegalArgumentException failedToLocateConstructor(Throwable cause, String className, String description, String name)
LoggingLoggerfailedToLocateConstructor in interface LoggingLoggercause - the cause of the errorclassName - the name of the class that could not be loadeddescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String cannotSetRemovedProperty$str()
public final IllegalArgumentException cannotSetRemovedProperty(String propertyName, String description, String name)
LoggingLoggercannotSetRemovedProperty in interface LoggingLoggerpropertyName - the name of the property that cannot be setdescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String propertySetterNotFound$str()
public final IllegalArgumentException propertySetterNotFound(String propertyName, String description, String name)
LoggingLoggerpropertySetterNotFound in interface LoggingLoggerpropertyName - the name of the property that cannot be setdescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String propertyTypeNotFound$str()
public final IllegalArgumentException propertyTypeNotFound(String propertyName, String description, String name)
LoggingLoggerpropertyTypeNotFound in interface LoggingLoggerpropertyName - the name of the property that cannot be setdescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String propertyAlreadyRemoved$str()
public final IllegalArgumentException propertyAlreadyRemoved(String propertyName, String description, String name)
LoggingLoggerpropertyAlreadyRemoved in interface LoggingLoggerpropertyName - the name of the property that cannot be setdescription - a descriptionname - the name of the configurationIllegalArgumentException for the errorprotected String formatterNotFound$str()
public final String formatterNotFound(String name)
LoggingLoggerformatterNotFound in interface LoggingLoggername - the name of the formatterIllegalArgumentException for the errorprotected String unsupportedCharSet$str()
public final IllegalArgumentException unsupportedCharSet(String encoding)
LoggingLoggerunsupportedCharSet in interface LoggingLoggerencoding - the character setIllegalArgumentException for the errorprotected String errorManagerNotFound$str()
public final IllegalArgumentException errorManagerNotFound(String name)
LoggingLoggererrorManagerNotFound in interface LoggingLoggername - the name of the error managerIllegalArgumentException for the errorprotected String nestedHandlersNotSupported$str()
public final IllegalArgumentException nestedHandlersNotSupported(Class<? extends Handler> handlerClass)
LoggingLoggernestedHandlersNotSupported in interface LoggingLoggerhandlerClass - the handler classIllegalArgumentException for the errorprotected String loggerAlreadyExists$str()
public final IllegalArgumentException loggerAlreadyExists(String name)
LoggingLoggerloggerAlreadyExists in interface LoggingLoggername - the name of the loggerIllegalArgumentException for the errorprotected String formatterAlreadyExists$str()
public final IllegalArgumentException formatterAlreadyExists(String name)
LoggingLoggerformatterAlreadyExists in interface LoggingLoggername - the name of the formatterIllegalArgumentException for the errorprotected String filterAlreadyExists$str()
public final IllegalArgumentException filterAlreadyExists(String name)
LoggingLoggerfilterAlreadyExists in interface LoggingLoggername - the name of the filterIllegalArgumentException for the errorprotected String errorManagerAlreadyExists$str()
public final IllegalArgumentException errorManagerAlreadyExists(String name)
LoggingLoggererrorManagerAlreadyExists in interface LoggingLoggername - the name of the error managerIllegalArgumentException for the errorprotected String cannotAssignNullToPrimitive$str()
public final IllegalArgumentException cannotAssignNullToPrimitive(String name, Class<? extends Object> type)
LoggingLoggernull cannot be assigned to a primitive property.cannotAssignNullToPrimitive in interface LoggingLoggername - the name of the propertytype - the typeIllegalArgumentException for the errorprotected String truncatedFilterExpression$str()
public final IllegalArgumentException truncatedFilterExpression()
LoggingLoggertruncatedFilterExpression in interface LoggingLoggerIllegalArgumentException for the errorprotected String invalidEscapeFoundInFilterExpression$str()
public final IllegalArgumentException invalidEscapeFoundInFilterExpression()
LoggingLoggerinvalidEscapeFoundInFilterExpression in interface LoggingLoggerIllegalArgumentException for the errorprotected String filterNotFound$str()
public final IllegalArgumentException filterNotFound(String name)
LoggingLoggerfilterNotFound in interface LoggingLoggername - the name of the filterIllegalArgumentException for the errorprotected String expectedIdentifier$str()
public final IllegalArgumentException expectedIdentifier()
LoggingLoggerexpectedIdentifier in interface LoggingLoggerIllegalArgumentException for the errorprotected String expectedString$str()
public final IllegalArgumentException expectedString()
LoggingLoggerexpectedString in interface LoggingLoggerIllegalArgumentException for the errorprotected String expected1$str()
public final IllegalArgumentException expected(String token)
LoggingLoggerexpected in interface LoggingLoggertoken - the token expectedIllegalArgumentException for the errorprotected String expected2$str()
public final IllegalArgumentException expected(String trueToken, String falseToken)
LoggingLoggerexpected in interface LoggingLoggertrueToken - the true tokenfalseToken - the false tokenIllegalArgumentException for the errorprotected String unexpectedEnd$str()
public final IllegalArgumentException unexpectedEnd()
LoggingLoggerunexpectedEnd in interface LoggingLoggerIllegalArgumentException for the errorprotected String extraData$str()
public final IllegalArgumentException extraData()
LoggingLoggerextraData in interface LoggingLoggerIllegalArgumentException for the errorprotected String extensionNotInitialized$str()
public final IllegalStateException extensionNotInitialized()
LoggingLoggerLogManager is required and the logging
subsystem was not initialized.extensionNotInitialized in interface LoggingLoggerIllegalStateException for the errorprotected String failedToReadLogFile$str()
public final RuntimeException failedToReadLogFile(Throwable cause, String name)
LoggingLogger
Thrown as a RuntimeException because the operation did not fail. The cause is likely a failure to read
the file at an OS level.
failedToReadLogFile in interface LoggingLoggercause - the cause of the errorname - the name of the file that was not foundRuntimeException for the errorprotected String logFileNotFound$str()
public final Resource.NoSuchResourceException logFileNotFound(String name, String directoryProperty)
LoggingLoggerlogFileNotFound in interface LoggingLoggername - the name of the file that was not founddirectoryProperty - the name of the property used to resolved the log directoryOperationFailedException for the errorprotected String readNotAllowed$str()
public final OperationFailedException readNotAllowed(String name)
LoggingLoggerreadNotAllowed in interface LoggingLoggername - the name of the file that was not allowed to be readOperationFailedException for the errorprotected String suffixContainsMillis$str()
public final String suffixContainsMillis(String suffix)
LoggingLoggersuffixContainsMillis in interface LoggingLoggersuffix - the suffix.protected String invalidLogFile$str()
public final OperationFailedException invalidLogFile(String path)
LoggingLoggerinvalidLogFile in interface LoggingLoggerpath - the path attempting to be used as a log fileOperationFailedException for the error.protected String cannotRegisterResourceOfType$str()
public final UnsupportedOperationException cannotRegisterResourceOfType(String childType)
LoggingLoggercannotRegisterResourceOfType in interface LoggingLoggerUnsupportedOperationException for the errorprotected String cannotRemoveResourceOfType$str()
public final UnsupportedOperationException cannotRemoveResourceOfType(String childType)
LoggingLoggercannotRemoveResourceOfType in interface LoggingLoggerUnsupportedOperationException for the errorprotected String deploymentNameNotFound$str()
public final IllegalArgumentException deploymentNameNotFound(PathAddress address)
LoggingLoggerdeploymentNameNotFound in interface LoggingLoggeraddress - the invalid addressIllegalArgumentException for the errorpublic final void errorProcessingLogDirectory(String logDir)
errorProcessingLogDirectory in interface LoggingLoggerprotected String errorProcessingLogDirectory$str()
public final void errorDeterminingChildrenExist(Throwable cause, String childType)
LoggingLoggererrorDeterminingChildrenExist in interface LoggingLoggercause - the cause of the errorchildType - the child resourceprotected String errorDeterminingChildrenExist$str()
public final void unknownLogManager(String logManagerName)
LoggingLoggerLogManager.unknownLogManager in interface LoggingLoggerlogManagerName - the log manager system property valueprotected String unknownLogManager$str()
Copyright © 2016 JBoss by Red Hat. All rights reserved.