psdi.webclient.system.serviceability

Class LogEntry



  • public final class LogEntry
    extends Entry
    • Constructor Summary

      Constructors 
      Modifier Constructor and Description
      protected LogEntry(Level level, Category category, java.lang.String message, java.lang.String detail, java.lang.Throwable ex, java.lang.String caughtAt) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void dump(java.io.PrintStream stream) 
      java.lang.String getDetail() 
      java.lang.String getMessage() 
      protected long getMillis() 
      • Methods inherited from class java.lang.Object

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

      • timestamp

        public final long timestamp
      • level

        public final Level level
      • category

        public final Category category
      • loggedAt

        public final java.lang.String loggedAt
      • exception

        public final java.lang.Throwable exception
    • Constructor Detail

      • LogEntry

        protected LogEntry(Level level,
                           Category category,
                           java.lang.String message,
                           java.lang.String detail,
                           java.lang.Throwable ex,
                           java.lang.String caughtAt)
    • Method Detail

      • getMillis

        protected long getMillis()
        Specified by:
        getMillis in class Entry
      • getMessage

        public java.lang.String getMessage()
      • getDetail

        public java.lang.String getDetail()
      • dump

        public void dump(java.io.PrintStream stream)