Class NullAuditor

java.lang.Object
io.bdeploy.common.audit.NullAuditor
All Implemented Interfaces:
Auditor, AutoCloseable

public class NullAuditor extends Object implements Auditor
  • Constructor Details

    • NullAuditor

      public NullAuditor()
  • Method Details

    • audit

      public void audit(AuditRecord rec)
      Description copied from interface: Auditor
      Stores the given audit record.
      Specified by:
      audit in interface Auditor
      Parameters:
      rec - record to write
    • close

      public void close()
      Specified by:
      close in interface Auditor
      Specified by:
      close in interface AutoCloseable