Class AbstractLogFileAuditLogger

    • Constructor Detail

      • AbstractLogFileAuditLogger

        public AbstractLogFileAuditLogger​(String log,
                                          int count,
                                          String logSeparator)
    • Method Detail

      • cleanUp

        public void cleanUp()
                     throws SecurityException
        Description copied from class: AuditLogger
        Clean up any resource used by this logger. For instance if your logger use a InputStream, this is were you should close it.
        Overrides:
        cleanUp in class AuditLogger
        Throws:
        SecurityException - if a security manager exists and if the caller does not have LoggingPermission("control").
      • getLogSeparator

        @NonNull
        public String getLogSeparator()
      • getLog

        public String getLog()
      • getCount

        public int getCount()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object