@MessageLogger(projectCode="WFLYIO",
length=3)
public interface IOLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static IOLogger |
ROOT_LOGGER
A root logger with the category of the package name.
|
Modifier and Type | Method and Description |
---|---|
void |
lowFD(String workerName,
int suggestedWorkerThreadCount,
int cpuCount) |
void |
lowGlobalFD(int maxFd,
int requiredCount) |
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) |
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
static final IOLogger ROOT_LOGGER
@LogMessage(level=INFO) @Message(id=1, value="Worker \'%s\' has auto-configured to %d core threads with %d task threads based on your %d available processors") void printDefaults(String workerName, int ioThreads, int workerThreads, int cpuCount)
@LogMessage(level=INFO) @Message(id=2, value="Worker \'%s\' has auto-configured to %d core threads based on your %d available processors") void printDefaultsIoThreads(String workerName, int ioThreads, int cpuCount)
@LogMessage(level=INFO) @Message(id=3, value="Worker \'%s\' has auto-configured to %d task threads based on your %d available processors") void printDefaultsWorkerThreads(String workerName, int workerThreads, int cpuCount)
@LogMessage(level=WARN) @Message(id=4, value="Worker \'%s\' would auto-configure to %d 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)
@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)
Copyright © 2023 JBoss by Red Hat. All rights reserved.