Class AuditLogViewer

java.lang.Object
org.apache.cassandra.tools.AuditLogViewer

public class AuditLogViewer extends 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 Details

    • AuditLogViewer

      public AuditLogViewer()
  • Method Details

    • main

      public static void main(String[] args)