Package 

Class Log.DefaultHandler

  • All Implemented Interfaces:
    io.ably.lib.util.Log.LogHandler

    
    public class Log.DefaultHandler
     implements Log.LogHandler
                        

    Default log handler class that sends output to System.out.This is public as a convenience to allow simple subclassesto output to other PrintStrems.

    • Method Summary

      Modifier and Type Method Description
      void println(int severity, String tag, String msg, Throwable tr)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait