JavaXT
|
|
Logger ClassUsed to log server activity to a text file. A new text file is created for each day.
ConstructorsPublic Methodslog( String str ) returns void Used to add a string to the log file. The string will be terminated with a line break. getDate( ) returns javaxt.utils.Date Returns a new Date object with the current time. The date will be set to whatever time zone was used to instantiate this class (default is UTC). |