Class AuditLogViewer


  • public class AuditLogViewer
    extends java.lang.Object
    Tool to view the contenst of AuditLog files in human readable format. Default implementation for AuditLog files logs audit messages in BinLog format, this tool prints the contens of binary audit log files in text format.
    • Constructor Summary

      Constructors 
      Constructor Description
      AuditLogViewer()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • AuditLogViewer

        public AuditLogViewer()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)