- All Implemented Interfaces:
Logger
public class PrintStreamLogger
extends Object
implements Logger
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
-
log
public void log(Object... messages)
- Specified by:
log in interface Logger
-
warn
public void warn(Object... messages)
- Specified by:
warn in interface Logger
-
err
public void err(Object... messages)
- Specified by:
err in interface Logger
-
close
public void close()
- Specified by:
close in interface Logger