public class Trace
extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
log(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Throwable t)
Log a Throwable via java.util.logging.
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class resourceBundle,
String resourceKey)
Log a message contained in a ResourceBundle
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class bundleClass,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Object msg)
Log a message via java.util.logging.
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
java.util.ResourceBundle resourceBundle,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
String msg,
Object[] params)
Log an optionally formatted message string via java.util.logging.
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log a message contained in a ResourceBundle
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Throwable t)
Log a Throwable via java.util.logging.
|
static void |
log(String loggerName,
Class callingClass,
String methodName,
Throwable t)
Log a Throwable via java.util.logging.
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class resourceBundle,
String resourceKey)
Log a message contained in a ResourceBundle
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class bundleClass,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Object msg)
Log a message via java.util.logging.
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
java.util.ResourceBundle resourceBundle,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
String msg,
Object[] params)
Log an optionally formatted message string via java.util.logging.
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log a message contained in a ResourceBundle
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
Log a message contained in a ResourceBundle
|
static void |
log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Throwable t)
Log a Throwable via java.util.logging.
|
static void |
logInfo(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
Log an info message via java.util.logging.
|
static void |
logInfo(java.util.logging.Logger logger,
Class callingClass,
String methodName,
String msg,
Object[] params)
Log an optionally formatted info message string via java.util.logging.
|
static void |
logInfo(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log an info message contained in a ResourceBundle
|
static void |
logInfo(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
Log an info message contained in a ResourceBundle.
|
static void |
logInfo(String loggerName,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log an info message contained in a ResourceBundle
|
static void |
logSevere(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
Log a severe message via java.util.logging.
|
static void |
logSevere(java.util.logging.Logger logger,
Class callingClass,
String methodName,
String msg,
Object[] params)
Log an optionally formatted severe message string via java.util.logging.
|
static void |
logSevere(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log a severe message contained in a ResourceBundle
|
static void |
logSevere(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
Log a severe message contained in a ResourceBundle.
|
static void |
logWarning(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
Log a warning message via java.util.logging.
|
static void |
logWarning(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
Log a warning message contained in a ResourceBundle
|
static void |
logWarning(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
Log a warning message contained in a ResourceBundle.
|
public static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Object msg)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodpublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Object msg)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodpublic static final void logSevere(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodpublic static final void logWarning(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodpublic static final void logInfo(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Object msg)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodpublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Throwable t)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callt - The exception object to logpublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
Throwable t)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callt - The exception object to logpublic static final void log(String loggerName,
Class callingClass,
String methodName,
Throwable t)
loggerName - Name of logger.callingClass - Class object for calling classmethodName - Name of method making the callt - The exception object to logpublic static final void log(java.util.logging.Logger logger,
Class callingClass,
String methodName,
Throwable t)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callt - The exception object to logpublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class bundleClass,
String resourceKey,
Object[] params)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleClass - Class of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class bundleClass,
String resourceKey,
Object[] params)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleClass - Class of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void logSevere(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void logWarning(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void logInfo(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void logSevere(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void logWarning(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void logInfo(java.util.logging.Logger logger,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey,
Object[] params)
logger - The logger to use.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keyparams - Parameters that the message consumespublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
java.util.ResourceBundle resourceBundle,
String resourceKey,
Object[] params)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callresourceBundle - The resource bundle to useresourceKey - Message keyparams - Parameters that the message consumespublic static final void logInfo(String loggerName,
Class callingClass,
String callingMethod,
String bundleName,
String resourceKey)
loggerName - Name of logger.callingClass - Class object for calling classcallingMethod - Name of method making the callbundleName - Name of the bundle to retrieveresourceKey - Message keypublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
java.util.ResourceBundle resourceBundle,
String resourceKey,
Object[] params)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callresourceBundle - The resource bundle to useresourceKey - Message keyparams - Parameters that the message consumespublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class resourceBundle,
String resourceKey)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callresourceBundle - Class of the bundle to retrieveresourceKey - Message keypublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String callingMethod,
Class resourceBundle,
String resourceKey)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classcallingMethod - Name of method making the callresourceBundle - Class of the bundle to retrieveresourceKey - Message keypublic static final void log(String loggerName,
java.util.logging.Level priority,
Class callingClass,
String methodName,
String msg,
Object[] params)
loggerName - Name of logger.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodparams - Parameters that the message consumespublic static final void log(java.util.logging.Logger logger,
java.util.logging.Level priority,
Class callingClass,
String methodName,
String msg,
Object[] params)
logger - The logger to use.priority - e.g. Level.INFOcallingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodparams - Parameters that the message consumespublic static final void logInfo(java.util.logging.Logger logger,
Class callingClass,
String methodName,
String msg,
Object[] params)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodparams - Parameters that the message consumespublic static final void logSevere(java.util.logging.Logger logger,
Class callingClass,
String methodName,
String msg,
Object[] params)
logger - The logger to use.callingClass - Class object for calling classmethodName - Name of method making the callmsg - An Object to print via its toString() methodparams - Parameters that the message consumes