Package org.forgerock.audit.util
Class AuditUtils
- java.lang.Object
-
- org.forgerock.audit.util.AuditUtils
-
public final class AuditUtils extends Object
General utilities for commons audit.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
auditLogFileUnexpectedlyDisappearedErrorMsg​(Path logFile)
Returns an error message to be used when an audit log file got unexpectedly removed by an external program.
-
-
-
Method Detail
-
auditLogFileUnexpectedlyDisappearedErrorMsg
public static String auditLogFileUnexpectedlyDisappearedErrorMsg​(Path logFile)
Returns an error message to be used when an audit log file got unexpectedly removed by an external program.- Parameters:
logFile
- the path to the log file that disappeared- Returns:
- an error message to be used when an audit log file got unexpectedly removed by an external program
-
-