Package com.mckoi.util
Class NullLog
- java.lang.Object
-
- com.mckoi.util.Log
-
- com.mckoi.util.NullLog
-
class NullLog extends Log
An implementation of Log that doesn't log anything.
-
-
Constructor Summary
Constructors Constructor Description NullLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Closes the log file.void
log(java.lang.String text)
Writes an entry to the log file.void
logln(java.lang.String text)
-
-
-
Method Detail
-
log
public void log(java.lang.String text)
Description copied from class:Log
Writes an entry to the log file. The log file records the time the entry was put into the log, and the string which is the log.
-
-