@Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor", date="2023-05-27T12:21:06+0800") 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() |
IllegalArgumentException |
nullVar(String name)
Creates an exception indicating the variable, represented by the
name parameter, is null . |
protected String |
nullVar$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() |
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, warnv
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, warnv
public final void errorSettingProperty(Throwable cause, String propertyName, String className)
LoggingLogger
propertyName
parameter, on the handler class, represented by the className
parameter.errorSettingProperty
in interface LoggingLogger
cause
- 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)
LoggingLogger
propertyName
parameter, for
the class represented by the className
parameter.unknownProperty
in interface LoggingLogger
propertyName
- the name of the property.className
- the name of the class.protected String unknownProperty$str()
public final void failedToCloseResource(Throwable cause, Closeable closeable)
LoggingLogger
closeable
parameter.failedToCloseResource
in interface LoggingLogger
cause
- the cause of the errorcloseable
- the resourceprotected String failedToCloseResource$str()
public final void invalidPropertyAttribute(String name)
LoggingLogger
name
parameter, is not a
configurable property value.invalidPropertyAttribute
in interface LoggingLogger
name
- the name of the attributeprotected String invalidPropertyAttribute$str()
protected String pathManagerServiceNotStarted$str()
public final String pathManagerServiceNotStarted()
pathManagerServiceNotStarted
in interface LoggingLogger
public final void filterNotSupported()
LoggingLogger
filterNotSupported
in interface LoggingLogger
protected String filterNotSupported$str()
public final void loggingProfileNotFound(String loggingProfile, ResourceRoot deployment)
LoggingLogger
loggingProfileNotFound
in interface LoggingLogger
loggingProfile
- the logging profile that was not founddeployment
- the deployment that specified the logging profileprotected String loggingProfileNotFound$str()
public final void julConfigurationFileFound(String fileName)
LoggingLogger
J.U.L.
configuration file and the log manager does not allow this configuration.julConfigurationFileFound
in interface LoggingLogger
fileName
- the configuration file nameprotected String julConfigurationFileFound$str()
public final void replacingNamedHandler(String name)
LoggingLogger
replacingNamedHandler
in interface LoggingLogger
name
- the name of the handlerprotected String replacingNamedHandler$str()
public final void replacingConfigurator(org.jboss.logmanager.Configurator c)
LoggingLogger
replacingConfigurator
in interface LoggingLogger
c
- the class that is being replacedprotected String replacingConfigurator$str()
public final void logContextNotRemoved(org.jboss.logmanager.LogContext logContext, String deploymentName)
LoggingLogger
log context
associated with the
deployment could not be removed from the log context selector
.logContextNotRemoved
in interface LoggingLogger
logContext
- the log context that could not be removeddeploymentName
- the name of the deploymentprotected String logContextNotRemoved$str()
public final void perDeploymentPropertyDeprecated(String propertyName, String attributeName)
LoggingLogger
perDeploymentPropertyDeprecated
in interface LoggingLogger
propertyName
- the per-deployment property nameattributeName
- the name of the new attributeprotected String perDeploymentPropertyDeprecated$str()
public final void perLoggingDeploymentIgnored(String propertyName, String attributeName, String deploymentName)
LoggingLogger
perLoggingDeploymentIgnored
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
className
parameter, cannot be accessed.cannotAccessClass
in interface LoggingLogger
cause
- 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)
LoggingLogger
className
parameter, could not be
instantiated.cannotInstantiateClass
in interface LoggingLogger
cause
- 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)
LoggingLogger
cannotLoadModule
in interface LoggingLogger
cause
- 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)
LoggingLogger
handlerName
parameter could not be unassigned as it
was not assigned.cannotUnassignHandler
in interface LoggingLogger
handlerName
- the handler name.protected String classNotFound$str()
public final String classNotFound(Throwable cause, String className)
LoggingLogger
className
parameter, could not be found.classNotFound
in interface LoggingLogger
cause
- 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)
LoggingLogger
failedToSetHandlerEncoding
in interface LoggingLogger
cause
- the cause of the errorencoding
- the encodingIllegalArgumentException
for the errorprotected String handlerAlreadyDefined$str()
public final String handlerAlreadyDefined(String name)
LoggingLogger
name
parameter, is already assigned.handlerAlreadyDefined
in interface LoggingLogger
name
- the handler name.protected String handlerNotFound$str()
public final IllegalArgumentException handlerNotFound(String name)
LoggingLogger
name
parameter, was not found.handlerNotFound
in interface LoggingLogger
name
- the handler nameIllegalArgumentException
for the errorprotected String invalidFilter$str()
public final String invalidFilter(String name)
LoggingLogger
invalidFilter
in interface LoggingLogger
name
- the name of the filter.protected String invalidLogLevel$str()
public final String invalidLogLevel(String level)
LoggingLogger
level
parameter, is invalid.invalidLogLevel
in interface LoggingLogger
level
- the invalid level.protected String invalidOverflowAction$str()
public final String invalidOverflowAction(String overflowAction)
LoggingLogger
overflowAction
parameter, is invalid.invalidOverflowAction
in interface LoggingLogger
overflowAction
- the invalid overflow action.protected String invalidSize$str()
public final String invalidSize(String size)
LoggingLogger
invalidSize
in interface LoggingLogger
size
- the size.protected String invalidTargetName$str()
public final String invalidTargetName(EnumSet<Target> targets)
LoggingLogger
invalidTargetName
in interface LoggingLogger
targets
- a collection of valid target names.protected String invalidValueTypeKey$str()
public final String invalidValueTypeKey(String key, Collection<String> allowedValues)
LoggingLogger
kry
parameter, is invalid.invalidValueTypeKey
in interface LoggingLogger
key
- the key.allowedValues
- a collection of allowed values.protected String missingRequiredNestedFilterElement$str()
public final String missingRequiredNestedFilterElement()
LoggingLogger
missingRequiredNestedFilterElement
in interface LoggingLogger
protected String unknownParameterType$str()
public final IllegalArgumentException unknownParameterType(Class<? extends Object> type, String propertyName, Class<? extends Object> clazz)
LoggingLogger
type
parameter, for the
property represented by the propertyName
parameter on the class.unknownParameterType
in interface LoggingLogger
type
- 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)
LoggingLogger
name
parameter was not found.loggerNotFound
in interface LoggingLogger
name
- the name of the missing logger.protected String invalidRelativeTo$str()
public final String invalidRelativeTo(String relativeTo)
LoggingLogger
invalidRelativeTo
in interface LoggingLogger
relativeTo
- the invalid absolute path.protected String invalidPath$str()
public final String invalidPath(String relativeTo, String path)
LoggingLogger
invalidPath
in interface LoggingLogger
relativeTo
- the relative path.path
- absolute path.protected String invalidSuffix$str()
public final String invalidSuffix(String suffix)
LoggingLogger
invalidSuffix
in interface LoggingLogger
suffix
- the suffix.protected String failedToConfigureLogging$str()
public final DeploymentUnitProcessingException failedToConfigureLogging(Throwable cause, String fileName)
LoggingLogger
fileName
parameter.failedToConfigureLogging
in interface LoggingLogger
cause
- the cause of the error.fileName
- the configuration file name.DeploymentUnitProcessingException
for the error.protected String errorProcessingLoggingConfiguration$str()
public final DeploymentUnitProcessingException errorProcessingLoggingConfiguration(Throwable cause)
LoggingLogger
errorProcessingLoggingConfiguration
in interface LoggingLogger
cause
- the cause of the error.DeploymentUnitProcessingException
for the error.protected String handlerAttachedToHandlers$str()
public final OperationFailedException handlerAttachedToHandlers(String handlerName, Collection<String> handlers)
LoggingLogger
handlerAttachedToHandlers
in interface LoggingLogger
handlerName
- 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)
LoggingLogger
handlerAttachedToLoggers
in interface LoggingLogger
handlerName
- the name of tha attached handler.loggers
- a collection of the logger names.protected String cannotAddHandlerToSelf$str()
public final String cannotAddHandlerToSelf(String handlerName)
LoggingLogger
cannotAddHandlerToSelf
in interface LoggingLogger
handlerName
- the name of the handlerprotected String handlerClosed0$str()
public final IllegalStateException handlerClosed()
LoggingLogger
handlerClosed
in interface LoggingLogger
IllegalStateException
for the errorprotected String handlerClosed2$str()
public final IllegalStateException handlerClosed(String name, String value)
LoggingLogger
handlerClosed
in interface LoggingLogger
name
- the name of the propertyvalue
- the value of the propertyIllegalStateException
for the errorprotected String handlerConfigurationNotFound$str()
public final String handlerConfigurationNotFound(String name)
LoggingLogger
handlerConfigurationNotFound
in interface LoggingLogger
name
- the name of the handlerprotected String loggerConfigurationNotFound$str()
public final String loggerConfigurationNotFound(String name)
LoggingLogger
loggerConfigurationNotFound
in interface LoggingLogger
name
- the name of the loggerprotected String unsupportedMethod$str()
public final UnsupportedOperationException unsupportedMethod(String methodName, String className)
LoggingLogger
unsupportedMethod
in interface LoggingLogger
methodName
- the name of the methodclassName
- the name of the classUnsupportedOperationException
for the errorprotected String failedToWriteConfigurationFile$str()
public final RuntimeException failedToWriteConfigurationFile(Throwable e, File fileName)
LoggingLogger
failedToWriteConfigurationFile
in interface LoggingLogger
fileName
- the name of the fileprotected String rollbackFailure$str()
public final RuntimeException rollbackFailure(Throwable cause)
LoggingLogger
rollbackFailure
in interface LoggingLogger
cause
- the cause of the failureRuntimeException
for the errorprotected String nullVar$str()
public final IllegalArgumentException nullVar(String name)
LoggingLogger
name
parameter, is null
.nullVar
in interface LoggingLogger
name
- the name of the variableIllegalArgumentException
for the errorprotected String failedToLoadClass$str()
public final IllegalArgumentException failedToLoadClass(Throwable cause, String className, String description, String name)
LoggingLogger
failedToLoadClass
in interface LoggingLogger
cause
- 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)
LoggingLogger
propertyName
parameter,
was found on the type.invalidProperty
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
failedToLocateConstructor
in interface LoggingLogger
cause
- 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)
LoggingLogger
cannotSetRemovedProperty
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
propertySetterNotFound
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
propertyTypeNotFound
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
propertyAlreadyRemoved
in interface LoggingLogger
propertyName
- 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)
LoggingLogger
formatterNotFound
in interface LoggingLogger
name
- the name of the formatterIllegalArgumentException
for the errorprotected String unsupportedCharSet$str()
public final IllegalArgumentException unsupportedCharSet(String encoding)
LoggingLogger
unsupportedCharSet
in interface LoggingLogger
encoding
- the character setIllegalArgumentException
for the errorprotected String errorManagerNotFound$str()
public final IllegalArgumentException errorManagerNotFound(String name)
LoggingLogger
errorManagerNotFound
in interface LoggingLogger
name
- the name of the error managerIllegalArgumentException
for the errorprotected String nestedHandlersNotSupported$str()
public final IllegalArgumentException nestedHandlersNotSupported(Class<? extends Handler> handlerClass)
LoggingLogger
nestedHandlersNotSupported
in interface LoggingLogger
handlerClass
- the handler classIllegalArgumentException
for the errorprotected String loggerAlreadyExists$str()
public final IllegalArgumentException loggerAlreadyExists(String name)
LoggingLogger
loggerAlreadyExists
in interface LoggingLogger
name
- the name of the loggerIllegalArgumentException
for the errorprotected String formatterAlreadyExists$str()
public final IllegalArgumentException formatterAlreadyExists(String name)
LoggingLogger
formatterAlreadyExists
in interface LoggingLogger
name
- the name of the formatterIllegalArgumentException
for the errorprotected String filterAlreadyExists$str()
public final IllegalArgumentException filterAlreadyExists(String name)
LoggingLogger
filterAlreadyExists
in interface LoggingLogger
name
- the name of the filterIllegalArgumentException
for the errorprotected String errorManagerAlreadyExists$str()
public final IllegalArgumentException errorManagerAlreadyExists(String name)
LoggingLogger
errorManagerAlreadyExists
in interface LoggingLogger
name
- the name of the error managerIllegalArgumentException
for the errorprotected String cannotAssignNullToPrimitive$str()
public final IllegalArgumentException cannotAssignNullToPrimitive(String name, Class<? extends Object> type)
LoggingLogger
null
cannot be assigned to a primitive property.cannotAssignNullToPrimitive
in interface LoggingLogger
name
- the name of the propertytype
- the typeIllegalArgumentException
for the errorprotected String truncatedFilterExpression$str()
public final IllegalArgumentException truncatedFilterExpression()
LoggingLogger
truncatedFilterExpression
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String invalidEscapeFoundInFilterExpression$str()
public final IllegalArgumentException invalidEscapeFoundInFilterExpression()
LoggingLogger
invalidEscapeFoundInFilterExpression
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String filterNotFound$str()
public final IllegalArgumentException filterNotFound(String name)
LoggingLogger
filterNotFound
in interface LoggingLogger
name
- the name of the filterIllegalArgumentException
for the errorprotected String expectedIdentifier$str()
public final IllegalArgumentException expectedIdentifier()
LoggingLogger
expectedIdentifier
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String expectedString$str()
public final IllegalArgumentException expectedString()
LoggingLogger
expectedString
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String expected1$str()
public final IllegalArgumentException expected(String token)
LoggingLogger
expected
in interface LoggingLogger
token
- the token expectedIllegalArgumentException
for the errorprotected String expected2$str()
public final IllegalArgumentException expected(String trueToken, String falseToken)
LoggingLogger
expected
in interface LoggingLogger
trueToken
- the true tokenfalseToken
- the false tokenIllegalArgumentException
for the errorprotected String unexpectedEnd$str()
public final IllegalArgumentException unexpectedEnd()
LoggingLogger
unexpectedEnd
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String extraData$str()
public final IllegalArgumentException extraData()
LoggingLogger
extraData
in interface LoggingLogger
IllegalArgumentException
for the errorprotected String extensionNotInitialized$str()
public final IllegalStateException extensionNotInitialized()
LoggingLogger
LogManager
is required and the logging
subsystem was not initialized.extensionNotInitialized
in interface LoggingLogger
IllegalStateException
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 LoggingLogger
cause
- 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)
LoggingLogger
logFileNotFound
in interface LoggingLogger
name
- 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)
LoggingLogger
readNotAllowed
in interface LoggingLogger
name
- the name of the file that was not allowed to be readOperationFailedException
for the errorprotected String suffixContainsMillis$str()
public final String suffixContainsMillis(String suffix)
LoggingLogger
suffixContainsMillis
in interface LoggingLogger
suffix
- the suffix.protected String invalidLogFile$str()
public final OperationFailedException invalidLogFile(String path)
LoggingLogger
invalidLogFile
in interface LoggingLogger
path
- the path attempting to be used as a log fileOperationFailedException
for the error.protected String cannotRegisterResourceOfType$str()
public final UnsupportedOperationException cannotRegisterResourceOfType(String childType)
LoggingLogger
cannotRegisterResourceOfType
in interface LoggingLogger
UnsupportedOperationException
for the errorprotected String cannotRemoveResourceOfType$str()
public final UnsupportedOperationException cannotRemoveResourceOfType(String childType)
LoggingLogger
cannotRemoveResourceOfType
in interface LoggingLogger
UnsupportedOperationException
for the errorprotected String deploymentNameNotFound$str()
public final IllegalArgumentException deploymentNameNotFound(PathAddress address)
LoggingLogger
deploymentNameNotFound
in interface LoggingLogger
address
- the invalid addressIllegalArgumentException
for the errorpublic final void errorProcessingLogDirectory(String logDir)
errorProcessingLogDirectory
in interface LoggingLogger
protected String errorProcessingLogDirectory$str()
public final void errorDeterminingChildrenExist(Throwable cause, String childType)
LoggingLogger
errorDeterminingChildrenExist
in interface LoggingLogger
cause
- the cause of the errorchildType
- the child resourceprotected String errorDeterminingChildrenExist$str()
Copyright © 2023 JBoss by Red Hat. All rights reserved.