Interface IOLogger

  • All Superinterfaces:
    org.jboss.logging.BasicLogger
    All Known Implementing Classes:
    IOLogger_$logger

    @MessageLogger(projectCode="WFLYIO",
                   length=3)
    public interface IOLogger
    extends org.jboss.logging.BasicLogger
    Author:
    Tomaz Cerar (c) 2014 Red Hat Inc.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IOLogger ROOT_LOGGER
      A root logger with the category of the package name.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void lowFD​(String workerName, int suggestedWorkerThreadCount, int cpuCount)  
      void lowGlobalFD​(int maxFd, int requiredCount)  
      String noMetrics()  
      void printDefaults​(String workerName, int ioThreads, int workerThreads, int cpuCount)  
      void printDefaultsIoThreads​(String workerName, int ioThreads, int cpuCount)  
      void printDefaultsWorkerThreads​(String workerName, int workerThreads, int cpuCount)  
      org.jboss.as.controller.OperationFailedException unexpectedBindAddressConflict​(org.jboss.as.controller.PathAddress currentAddress, org.wildfly.common.net.CidrAddress cidrAddress, InetSocketAddress bindAddress, InetSocketAddress existing)  
      void wrongStackSize​(long val, String workerName)  
      • Methods inherited from interface org.jboss.logging.BasicLogger

        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
    • Field Detail

      • ROOT_LOGGER

        static final IOLogger ROOT_LOGGER
        A root logger with the category of the package name.
    • Method Detail

      • printDefaults

        @LogMessage(level=INFO)
        @Message(id=1,
                 value="Worker \'%s\' has auto-configured to %d IO threads with %d max task threads based on your %d available processors")
        void printDefaults​(String workerName,
                           int ioThreads,
                           int workerThreads,
                           int cpuCount)
      • printDefaultsIoThreads

        @LogMessage(level=INFO)
        @Message(id=2,
                 value="Worker \'%s\' has auto-configured to %d IO threads based on your %d available processors")
        void printDefaultsIoThreads​(String workerName,
                                    int ioThreads,
                                    int cpuCount)
      • printDefaultsWorkerThreads

        @LogMessage(level=INFO)
        @Message(id=3,
                 value="Worker \'%s\' has auto-configured to %d max task threads based on your %d available processors")
        void printDefaultsWorkerThreads​(String workerName,
                                        int workerThreads,
                                        int cpuCount)
      • lowFD

        @LogMessage(level=WARN)
        @Message(id=4,
                 value="Worker \'%s\' would auto-configure to %d max task threads based on %d available processors, however your system does not have enough file descriptors configured to support this configuration. It is likely you will experience application degradation unless you increase your file descriptor limit.")
        void lowFD​(String workerName,
                   int suggestedWorkerThreadCount,
                   int cpuCount)
      • lowGlobalFD

        @LogMessage(level=WARN)
        @Message(id=5,
                 value="Your system is configured with %d file descriptors, but your current application server configuration will require a minimum of %d (and probably more than that); attempting to adjust, however you should expect stability problems unless you increase this number")
        void lowGlobalFD​(int maxFd,
                         int requiredCount)
      • noMetrics

        @Message(id=6,
                 value="no metrics available")
        String noMetrics()
      • unexpectedBindAddressConflict

        @Message(id=7,
                 value="Unexpected bind address conflict in resource \"%s\" when attempting to establish binding for destination %s to %s: a binding of %s already existed")
        org.jboss.as.controller.OperationFailedException unexpectedBindAddressConflict​(org.jboss.as.controller.PathAddress currentAddress,
                                                                                       org.wildfly.common.net.CidrAddress cidrAddress,
                                                                                       InetSocketAddress bindAddress,
                                                                                       InetSocketAddress existing)
      • wrongStackSize

        @LogMessage(level=WARN)
        @Message(id=8,
                 value="The stack-size value of %d bytes for IO worker %s is low and may result in problems. A value of at least 150,000 is recommended.")
        void wrongStackSize​(long val,
                            String workerName)