Package 

Interface LogWriter


  • 
    public interface LogWriter
    
                        

    A functional interface representing a logger.

    Implementations of this interface are responsible for handling log messages, along with optional Throwable and tags.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit writeLog(String message, String tag)
      abstract Unit writeLog(Throwable throwable, String tag)
      • Methods inherited from class java.lang.Object

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