Skip navigation links
C D E I S V W 

C

close() - Static method in class com.capitalware.logging.SimpleLogger
Close the log file and reset the JVM's output to standard out and error.
com.capitalware.logging - package com.capitalware.logging
 

D

debug(Object) - Static method in class com.capitalware.logging.SimpleLogger
Write the data to the log file if the logLevel is at least INFO.
debugDump(String, byte[]) - Static method in class com.capitalware.logging.SimpleLogger
Convert the data to a HEX table and write it to the log file if the logLevel is at least DEBUG.

E

error(Object) - Static method in class com.capitalware.logging.SimpleLogger
Write the data to the log file if the logLevel is at least ERROR.
errorDump(String, byte[]) - Static method in class com.capitalware.logging.SimpleLogger
Convert the data to a HEX table and write it to the log file if the logLevel is at least ERROR.

I

info(Object) - Static method in class com.capitalware.logging.SimpleLogger
Write the data to the log file if the logLevel is at least INFO.
infoDump(String, byte[]) - Static method in class com.capitalware.logging.SimpleLogger
Convert the data to a HEX table and write it to the log file if the logLevel is at least INFO.

S

setIncludePackageName(boolean) - Static method in class com.capitalware.logging.SimpleLogger
Set whether or not to include the package name with the class name.
setLevel(SimpleLogger.LogLevel) - Static method in class com.capitalware.logging.SimpleLogger
Set the log level.
setLogFile() - Static method in class com.capitalware.logging.SimpleLogger
Create the directory, if necessary, construct the logPathAndFileName and the call handleSettingPrintStream method to open/create the logfile.
setLogFile(String) - Static method in class com.capitalware.logging.SimpleLogger
Create the directory, if necessary, construct the logPathAndFileName and the call handleSettingPrintStream method to open/create the logfile.
setLogFile(String, String) - Static method in class com.capitalware.logging.SimpleLogger
Create the directory, if necessary, construct the logPathAndFileName and the call handleSettingPrintStream method to open/create the logfile.
setMaxBackupFiles(int) - Static method in class com.capitalware.logging.SimpleLogger
Set the maximum number of backup files.
setMaxLogFileSize(int) - Static method in class com.capitalware.logging.SimpleLogger
Set the maximum log file size.
setRotationType(SimpleLogger.LogRotationType) - Static method in class com.capitalware.logging.SimpleLogger
Set the log rotation type.
SimpleLogger - Class in com.capitalware.logging
This class will handle logging information to a file.
SimpleLogger() - Constructor for class com.capitalware.logging.SimpleLogger
 
SimpleLogger.LogLevel - Enum in com.capitalware.logging
Supported log levels.
SimpleLogger.LogRotationType - Enum in com.capitalware.logging
Supported types of log file rotations.

V

valueOf(String) - Static method in enum com.capitalware.logging.SimpleLogger.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.capitalware.logging.SimpleLogger.LogRotationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.capitalware.logging.SimpleLogger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.capitalware.logging.SimpleLogger.LogRotationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Object) - Static method in class com.capitalware.logging.SimpleLogger
Write the data to the log file if the logLevel is at least WARN.
warnDump(String, byte[]) - Static method in class com.capitalware.logging.SimpleLogger
Convert the data to a HEX table and write it to the log file if the logLevel is at least WARN.
C D E I S V W 
Skip navigation links