Package io.ably.lib.util
Class Log.DefaultHandler
java.lang.Object
io.ably.lib.util.Log.DefaultHandler
- All Implemented Interfaces:
Log.LogHandler
- Enclosing class:
- Log
Default log handler class that sends output to System.out.
This is public as a convenience to allow simple subclasses
to output to other PrintStrems.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultHandler
public DefaultHandler()
-
-
Method Details
-
println
- Specified by:
-
println
in interfaceLog.LogHandler
-
println
-