Class StreamLogExtensionKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • streamLog

         final static Unit streamLog(Object $self, Priority priority, String tag, Throwable throwable, Function0<String> message)

        Low-level logging call extension.

        Parameters:
        priority - The priority/type of this log message.
        tag - Used to identify the source of a log message.
        throwable - An exception to log.
        message - The message you would like logged.