Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
G
I
L
M
P
R
S
T
L
LOG
- Static variable in class com.twelveParsecs.util.
Logger
Deprecated.
Used in an older version of the class in logErr & logMsg methods as a hard-coded path to the log file.
logErr(String, String, String)
- Static method in class com.twelveParsecs.util.
Logger
Deprecated.
Use the logErr method that allows path to log file as an argument. This old version used a hard-coded log file path.
logErr(String, String, String, String)
- Static method in class com.twelveParsecs.util.
Logger
Logs an
error
message to the log file.
Logger
- Class in
com.twelveParsecs.util
Implements a simple logging system.
Logger()
- Constructor for class com.twelveParsecs.util.
Logger
Privately overridden constructor.
logMsg(String, String, String)
- Static method in class com.twelveParsecs.util.
Logger
Deprecated.
Use the logMsg method that allows path to log file as an argument. This old version used a hard-coded log file path.
logMsg(String, String, String, String)
- Static method in class com.twelveParsecs.util.
Logger
Logs an
informational
message to the log file.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
D
G
I
L
M
P
R
S
T