Class LogMessage


  • public class LogMessage
    extends java.lang.Object
    LogMessage objects hold all information of Log Message, and get passed around through the logging system.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogMessage​(ILogNode node, LogLevel level, java.lang.Object message, java.lang.Throwable cause)
      Creates a new log message with the specified information.
      LogMessage​(ILogNode node, LogLevel level, java.lang.Object message, java.lang.Throwable cause, long timestamp)
      Creates a new log message with the specified information.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • message

        public final java.lang.Object message
      • cause

        public final java.lang.Throwable cause
      • timestamp

        public final long timestamp
      • prefix

        public java.lang.String prefix
    • Constructor Detail

      • LogMessage

        public LogMessage​(ILogNode node,
                          LogLevel level,
                          java.lang.Object message,
                          java.lang.Throwable cause)
        Creates a new log message with the specified information.
        Parameters:
        node - the log node on which the message was logged
        level - the log level at which the message was logged
        message - the log message
        cause - the log exception to log (can be null)
      • LogMessage

        public LogMessage​(ILogNode node,
                          LogLevel level,
                          java.lang.Object message,
                          java.lang.Throwable cause,
                          long timestamp)
        Creates a new log message with the specified information.
        Parameters:
        node - the log node on which the message was logged
        level - the log level at which the message was logged
        message - the log message
        cause - the log exception to log (can be null)
        timestamp - the log exception time