We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10897a7 commit 3a3ce14Copy full SHA for 3a3ce14
src/main/java/org/audit4j/core/TroubleshootManager.java
@@ -48,7 +48,7 @@ public final class TroubleshootManager {
48
* @param event
49
* the event
50
*/
51
- static void troubleshootEvent(AuditEvent event) {
+ public static void troubleshootEvent(AuditEvent event) {
52
if (event == null) {
53
throw new TroubleshootException(
54
"Invalid Audit event type,\n Audit4j: Audit Event should not null, This event will not be logged by the Audit4j.");
0 commit comments