Class Log.LogEntry

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Log

    public static class Log.LogEntry
    extends java.lang.Object
    implements java.io.Serializable
    A log message and its Log.LogType.
    Author:
    Copyright (c) 2014-2020 Piketec GmbH - MIT License (MIT) - All rights reserved
    See Also:
    Serialized Form
    • Method Detail

      • getText

        public java.lang.String getText()
        Returns:
        The message of this log entry
      • getType

        public Log.LogType getType()
        Returns:
        the log type of this log entry
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object