Interface LogRecord

All Known Implementing Classes:
SimpleLogRecord

public interface LogRecord
Log record interface
  • Field Details Link icon

    • ISO8601_TIMESTAMP_FORMAT Link icon

      static final SimpleDateFormat ISO8601_TIMESTAMP_FORMAT
  • Method Details Link icon

    • getLevel Link icon

      LogLevel getLevel()
      Get log level
      Returns:
      log level enumeration
    • getTime Link icon

      Date getTime()
      Get date time
      Returns:
      date
    • getThreadName Link icon

      String getThreadName()
      Get thread name
      Returns:
      thread name
    • getMessage Link icon

      String getMessage()
      Get message
      Returns:
      text
    • getStackTrace Link icon

      List<String> getStackTrace()
      Get stack trace as list of strings
      Returns:
      list of strings