- 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.