Package org.jpedal.utils
Class LogWriter
java.lang.Object
org.jpedal.utils.LogWriter
logs all activity. And some low level variables/methods as it is visible to all classes.
Provided for debugging and NOT officially part of the API
-
Field Summary
Modifier and TypeFieldDescriptionstatic final boolean
static String
filename of logfilestatic org.jpedal.utils.LogScanner
allow user to scan log output -
Method Summary
-
Field Details
-
logScanner
public static org.jpedal.utils.LogScanner logScannerallow user to scan log output -
log_name
filename of logfile -
isRunningFromIDE
public static final boolean isRunningFromIDE
-
-
Method Details
-
writeLog
-
writeLog
-
setupLogFile
setup log file and check it is readable also sets command line options- Parameters:
command_line_values
- options to configure logging
-