Class LoggingLogger_$logger

  • All Implemented Interfaces:
    Serializable, LoggingLogger, org.jboss.logging.BasicLogger

    @Generated(value="org.jboss.logging.processor.generator.model.MessageLoggerImplementor",
               date="2024-02-19T11:31:40+0000")
    public class LoggingLogger_$logger
    extends org.jboss.logging.DelegatingBasicLogger
    implements LoggingLogger, org.jboss.logging.BasicLogger, Serializable
    Warning this class consists of generated code.
    See Also:
    Serialized Form
    • Constructor Detail

      • LoggingLogger_$logger

        public LoggingLogger_$logger​(org.jboss.logging.Logger log)
    • Method Detail

      • getLoggingLocale

        protected Locale getLoggingLocale()
      • failedToCloseResource

        public final void failedToCloseResource​(Throwable cause,
                                                AutoCloseable closeable)
        Description copied from interface: LoggingLogger
        Logs an error message indicating to failure to close the resource represented by the closeable parameter.
        Specified by:
        failedToCloseResource in interface LoggingLogger
        Parameters:
        cause - the cause of the error
        closeable - the resource
      • failedToCloseResource$str

        protected String failedToCloseResource$str()
      • invalidPropertyAttribute

        public final void invalidPropertyAttribute​(String name)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the attribute, represented by the name parameter, is not a configurable property value.
        Specified by:
        invalidPropertyAttribute in interface LoggingLogger
        Parameters:
        name - the name of the attribute
      • invalidPropertyAttribute$str

        protected String invalidPropertyAttribute$str()
      • pathManagerServiceNotStarted$str

        protected String pathManagerServiceNotStarted$str()
      • loggingProfileNotFound

        public final void loggingProfileNotFound​(String loggingProfile,
                                                 ResourceRoot deployment)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the deployment specified a logging profile, but the logging profile was not found.
        Specified by:
        loggingProfileNotFound in interface LoggingLogger
        Parameters:
        loggingProfile - the logging profile that was not found
        deployment - the deployment that specified the logging profile
      • loggingProfileNotFound$str

        protected String loggingProfileNotFound$str()
      • julConfigurationFileFound

        public final void julConfigurationFileFound​(String fileName)
        Description copied from interface: LoggingLogger
        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.
        Specified by:
        julConfigurationFileFound in interface LoggingLogger
        Parameters:
        fileName - the configuration file name
      • julConfigurationFileFound$str

        protected String julConfigurationFileFound$str()
      • replacingNamedHandler

        public final void replacingNamedHandler​(String name)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the handler is being replaced due to a different type or module name.
        Specified by:
        replacingNamedHandler in interface LoggingLogger
        Parameters:
        name - the name of the handler
      • replacingNamedHandler$str

        protected String replacingNamedHandler$str()
      • replacingConfigurator

        public final void replacingConfigurator​(org.jboss.logmanager.Configurator c)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the configurator class is an unknown type and will be replaced.
        Specified by:
        replacingConfigurator in interface LoggingLogger
        Parameters:
        c - the class that is being replaced
      • replacingConfigurator$str

        protected String replacingConfigurator$str()
      • logContextNotRemoved

        public final void logContextNotRemoved​(org.jboss.logmanager.LogContext logContext,
                                               String deploymentName)
        Description copied from interface: LoggingLogger
        Logs an error message indicating the log context associated with the deployment could not be removed from the log context selector.
        Specified by:
        logContextNotRemoved in interface LoggingLogger
        Parameters:
        logContext - the log context that could not be removed
        deploymentName - the name of the deployment
      • logContextNotRemoved$str

        protected String logContextNotRemoved$str()
      • perDeploymentPropertyDeprecated

        public final void perDeploymentPropertyDeprecated​(String propertyName,
                                                          String attributeName)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the per-logging deployment property has been deprecated and should not be used. Instead the attribute on the root subsystem should be used.
        Specified by:
        perDeploymentPropertyDeprecated in interface LoggingLogger
        Parameters:
        propertyName - the per-deployment property name
        attributeName - the name of the new attribute
      • perDeploymentPropertyDeprecated$str

        protected String perDeploymentPropertyDeprecated$str()
      • perLoggingDeploymentIgnored

        public final void perLoggingDeploymentIgnored​(String propertyName,
                                                      String attributeName,
                                                      String deploymentName)
        Description copied from interface: LoggingLogger
        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.
        Specified by:
        perLoggingDeploymentIgnored in interface LoggingLogger
        Parameters:
        propertyName - the per-deployment property name
        attributeName - the name of the new attribute
        deploymentName - the name of the deployment
      • perLoggingDeploymentIgnored$str

        protected String perLoggingDeploymentIgnored$str()
      • cannotLoadModule$str

        protected String cannotLoadModule$str()
      • classNotFound$str

        protected String classNotFound$str()
      • classNotFound

        public final String classNotFound​(Throwable cause,
                                          String className)
        Description copied from interface: LoggingLogger
        Creates an exception indicating the class, represented by the className parameter, could not be found.
        Specified by:
        classNotFound in interface LoggingLogger
        Parameters:
        cause - the cause of the error.
        className - the name of the class that could not be found.
        Returns:
        the message.
      • handlerAlreadyDefined$str

        protected String handlerAlreadyDefined$str()
      • handlerAlreadyDefined

        public final String handlerAlreadyDefined​(String name)
        Description copied from interface: LoggingLogger
        A message indicating the handler, represented by the name parameter, is already assigned.
        Specified by:
        handlerAlreadyDefined in interface LoggingLogger
        Parameters:
        name - the handler name.
        Returns:
        the message.
      • invalidFilter$str

        protected String invalidFilter$str()
      • invalidFilter

        public final String invalidFilter​(String name)
        Description copied from interface: LoggingLogger
        A message indicating the filter is invalid.
        Specified by:
        invalidFilter in interface LoggingLogger
        Parameters:
        name - the name of the filter.
        Returns:
        the message.
      • invalidLogLevel$str

        protected String invalidLogLevel$str()
      • invalidLogLevel

        public final String invalidLogLevel​(String level)
        Description copied from interface: LoggingLogger
        A message indicating the log level, represented by the level parameter, is invalid.
        Specified by:
        invalidLogLevel in interface LoggingLogger
        Parameters:
        level - the invalid level.
        Returns:
        the message.
      • invalidOverflowAction$str

        protected String invalidOverflowAction$str()
      • invalidOverflowAction

        public final String invalidOverflowAction​(String overflowAction)
        Description copied from interface: LoggingLogger
        A message indicating the overflow action, represented by the overflowAction parameter, is invalid.
        Specified by:
        invalidOverflowAction in interface LoggingLogger
        Parameters:
        overflowAction - the invalid overflow action.
        Returns:
        the message.
      • invalidSize$str

        protected String invalidSize$str()
      • invalidSize

        public final String invalidSize​(String size)
        Description copied from interface: LoggingLogger
        A message indicating the size is invalid.
        Specified by:
        invalidSize in interface LoggingLogger
        Parameters:
        size - the size.
        Returns:
        the message.
      • loggerNotFound$str

        protected String loggerNotFound$str()
      • loggerNotFound

        public final String loggerNotFound​(String name)
        Description copied from interface: LoggingLogger
        A message indicating the logger, represented by the name parameter was not found.
        Specified by:
        loggerNotFound in interface LoggingLogger
        Parameters:
        name - the name of the missing logger.
        Returns:
        the message.
      • invalidRelativeTo$str

        protected String invalidRelativeTo$str()
      • invalidRelativeTo

        public final String invalidRelativeTo​(String relativeTo)
        Description copied from interface: LoggingLogger
        A message indicating an absolute path cannot be specified for relative-to.
        Specified by:
        invalidRelativeTo in interface LoggingLogger
        Parameters:
        relativeTo - the invalid absolute path.
        Returns:
        the message.
      • invalidSuffix$str

        protected String invalidSuffix$str()
      • invalidSuffix

        public final String invalidSuffix​(String suffix)
        Description copied from interface: LoggingLogger
        A message indicating a suffix is invalid.
        Specified by:
        invalidSuffix in interface LoggingLogger
        Parameters:
        suffix - the suffix.
        Returns:
        the message.
      • failedToConfigureLogging$str

        protected String failedToConfigureLogging$str()
      • errorProcessingLoggingConfiguration$str

        protected String errorProcessingLoggingConfiguration$str()
      • handlerAttachedToHandlers$str

        protected String handlerAttachedToHandlers$str()
      • handlerAttachedToLoggers$str

        protected String handlerAttachedToLoggers$str()
      • cannotAddHandlerToSelf$str

        protected String cannotAddHandlerToSelf$str()
      • cannotAddHandlerToSelf

        public final String cannotAddHandlerToSelf​(String handlerName)
        Description copied from interface: LoggingLogger
        A message indicating the handler cannot be attached to itself.
        Specified by:
        cannotAddHandlerToSelf in interface LoggingLogger
        Parameters:
        handlerName - the name of the handler
        Returns:
        the message
      • handlerClosed$str

        protected String handlerClosed$str()
      • handlerConfigurationNotFound$str

        protected String handlerConfigurationNotFound$str()
      • handlerConfigurationNotFound

        public final String handlerConfigurationNotFound​(String name)
        Description copied from interface: LoggingLogger
        A message indicating the handler configuration could not be found.
        Specified by:
        handlerConfigurationNotFound in interface LoggingLogger
        Parameters:
        name - the name of the handler
        Returns:
        the message
      • loggerConfigurationNotFound$str

        protected String loggerConfigurationNotFound$str()
      • loggerConfigurationNotFound

        public final String loggerConfigurationNotFound​(String name)
        Description copied from interface: LoggingLogger
        A message indicating the logger configuration could not be found.
        Specified by:
        loggerConfigurationNotFound in interface LoggingLogger
        Parameters:
        name - the name of the logger
        Returns:
        the message
      • unsupportedMethod$str

        protected String unsupportedMethod$str()
      • failedToWriteConfigurationFile$str

        protected String failedToWriteConfigurationFile$str()
      • formatterNotFound$str

        protected String formatterNotFound$str()
      • truncatedFilterExpression$str

        protected String truncatedFilterExpression$str()
      • invalidEscapeFoundInFilterExpression$str

        protected String invalidEscapeFoundInFilterExpression$str()
      • filterNotFound$str

        protected String filterNotFound$str()
      • expectedIdentifier$str

        protected String expectedIdentifier$str()
      • expectedString$str

        protected String expectedString$str()
      • expected1$str

        protected String expected1$str()
      • expected2$str

        protected String expected2$str()
      • unexpectedEnd$str

        protected String unexpectedEnd$str()
      • extensionNotInitialized$str

        protected String extensionNotInitialized$str()
      • failedToReadLogFile$str

        protected String failedToReadLogFile$str()
      • failedToReadLogFile

        public final RuntimeException failedToReadLogFile​(Throwable cause,
                                                          String name)
        Description copied from interface: LoggingLogger
        Creates an exception indicating a failure to read the log file.

        Thrown as a RuntimeException because the operation did not fail. The cause is likely a failure to read the file at an OS level.

        Specified by:
        failedToReadLogFile in interface LoggingLogger
        Parameters:
        cause - the cause of the error
        name - the name of the file that was not found
        Returns:
        an RuntimeException for the error
      • logFileNotFound$str

        protected String logFileNotFound$str()
      • readNotAllowed$str

        protected String readNotAllowed$str()
      • suffixContainsMillis$str

        protected String suffixContainsMillis$str()
      • suffixContainsMillis

        public final String suffixContainsMillis​(String suffix)
        Description copied from interface: LoggingLogger
        A message indicating a suffix contains seconds or milliseconds and the handler does not allow it.
        Specified by:
        suffixContainsMillis in interface LoggingLogger
        Parameters:
        suffix - the suffix.
        Returns:
        the message.
      • invalidLogFile$str

        protected String invalidLogFile$str()
      • cannotRegisterResourceOfType$str

        protected String cannotRegisterResourceOfType$str()
      • cannotRemoveResourceOfType$str

        protected String cannotRemoveResourceOfType$str()
      • deploymentNameNotFound$str

        protected String deploymentNameNotFound$str()
      • errorProcessingLogDirectory$str

        protected String errorProcessingLogDirectory$str()
      • errorDeterminingChildrenExist

        public final void errorDeterminingChildrenExist​(Throwable cause,
                                                        String childType)
        Description copied from interface: LoggingLogger
        Logs an error message indicating a failure to determine if a child resource exists.
        Specified by:
        errorDeterminingChildrenExist in interface LoggingLogger
        Parameters:
        cause - the cause of the error
        childType - the child resource
      • errorDeterminingChildrenExist$str

        protected String errorDeterminingChildrenExist$str()
      • unknownLogManager

        public final void unknownLogManager​(String logManagerName)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the log manager does not appear to the LogManager.
        Specified by:
        unknownLogManager in interface LoggingLogger
        Parameters:
        logManagerName - the log manager system property value
      • unknownLogManager$str

        protected String unknownLogManager$str()
      • unresolvablePathExpressions

        public final void unresolvablePathExpressions​(Set<String> unresolvableExpressions)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating all the path expressions that could not be resolved while attempting to determine which log files are available to be read.

        Note this will only be logged once for the life of the JVM.

        Specified by:
        unresolvablePathExpressions in interface LoggingLogger
        Parameters:
        unresolvableExpressions - the set of expressions that could not be resolved
      • unresolvablePathExpressions$str

        protected String unresolvablePathExpressions$str()
      • invalidExceptionOutputType$str

        protected String invalidExceptionOutputType$str()
      • invalidType$str

        protected String invalidType$str()
      • failedToConfigureSslContext$str

        protected String failedToConfigureSslContext$str()
      • illegalFormatterName$str

        protected String illegalFormatterName$str()
      • reservedFilterName$str

        protected String reservedFilterName$str()
      • invalidFilterNameStart$str

        protected String invalidFilterNameStart$str()
      • invalidFilterName$str

        protected String invalidFilterName$str()
      • usageOfAppender

        public final void usageOfAppender​(String appenderType)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the deprecation of an appender being used for custom-handler.
        Specified by:
        usageOfAppender in interface LoggingLogger
        Parameters:
        appenderType - the appender being used
      • usageOfAppender$str

        protected String usageOfAppender$str()
      • usageOfLog4j1Config

        public final void usageOfLog4j1Config​(String fileName,
                                              String deploymentName)
        Description copied from interface: LoggingLogger
        Logs a warning message indicating the deprecation of log4j configuration files in a deployment.
        Specified by:
        usageOfLog4j1Config in interface LoggingLogger
        Parameters:
        fileName - the log4j configuration file
        deploymentName - the deployment name
      • usageOfLog4j1Config$str

        protected String usageOfLog4j1Config$str()