Package 

Interface Logger


  • 
    public interface Logger
    
                        

    A simple indirection for logging debug messages.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Logger.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract Unit log(String message) Output log with given message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • log

         abstract Unit log(String message)

        Output log with given message.

        Parameters:
        message - message