Class LoggerId<T extends Key>

    • Field Detail

      • key

        protected final T extends Key key
    • Method Detail

      • isPersistent

        public boolean isPersistent()
      • disablePersisting

        public void disablePersisting()
      • getLogFileDirectory

        public abstract File getLogFileDirectory()
      • getLogFileName

        public abstract String getLogFileName()
      • isPersistable

        public abstract boolean isPersistable()
      • getKey

        public T getKey()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLinePrefix

        public String getLinePrefix()