]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl
Fetch all audit logging events
[simantics/platform.git] / bundles / org.simantics.auditlogging / scl / Simantics / AuditLogging / Server.scl
index 9304294c094781e270f72cda58ab26f024acee23..b7278e9e26df3e053100d968005185193f17c26a 100644 (file)
@@ -7,6 +7,7 @@ importJava "org.simantics.audit.AuditLogging" where
     trace :: String -> Map.T String a -> <Proc, Exception> ()
     getLogEventsDays :: String -> String -> Integer -> <Proc, Exception> [String]
     getLogEvents :: String -> String -> String -> String -> <Proc, Exception> [String]
+    allLogEvents :: String -> Integer -> <Proc, Exception> Map.T String [String]
 
 importJava "org.simantics.audit.server.AuditLoggingServer" where
     start :: String -> Integer -> <Proc> ()
\ No newline at end of file