Package 

Class LoggingKt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static Logger logger
    • Method Summary

      Modifier and Type Method Description
      final Logger getLogger() Default logger for when you feel too lazy to declare one.
      final static <T extends Any> T trace(T $self, String prefix) TODO.
      final static <T extends Any> T debug(T $self, String prefix) TODO.
      final static <T extends Any> T info(T $self, String prefix) TODO.
      • Methods inherited from class java.lang.Object

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

      • getLogger

         final Logger getLogger()

        Default logger for when you feel too lazy to declare one.

      • trace

         final static <T extends Any> T trace(T $self, String prefix)

        TODO.

        com.hexagonkt.logging.Logger must have TRACE level

        TODO Add use case and example in documentation.

        Parameters:
        prefix - .
      • debug

         final static <T extends Any> T debug(T $self, String prefix)

        TODO.

        com.hexagonkt.logging.Logger must have DEBUG level

        TODO Add use case and example in documentation.

        Parameters:
        prefix - .
      • info

         final static <T extends Any> T info(T $self, String prefix)

        TODO.

        com.hexagonkt.logging.Logger must have INFO level

        TODO Add use case and example in documentation.

        Parameters:
        prefix - .