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 voidclose()Closes the log file.voidlog(java.lang.String text)Writes an entry to the log file.voidlogln(java.lang.String text)
-
-
-
Method Detail
-
log
public void log(java.lang.String text)
Description copied from class:LogWrites 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.
-
-