Interface Logging.Callback

Enclosing class:
Logging

public static interface Logging.Callback
An interface for a callback that can been registered to get the log messages
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onMessage(long threadId, Level level, Datetime dateTime, String loggerName, String message)
     
  • Method Details