Package org.apache.cassandra.tools
Class AuditLogViewer
- java.lang.Object
-
- org.apache.cassandra.tools.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 inBinLog
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)
-