Package simpleloglib

Interface Message


public interface Message
A message is an object that represents a log message. The idea is log information but also do not lose performance. Instead of formatting a string you provide the information and format implementing this interface.

The library implementation for event handling will call getFormattedMessage in a separete thread, so the main thread will not block, and logging will be as fast as possible.

Author:
lunalobos
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getFormattedMessage

      String getFormattedMessage()