]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl
AuditLogging improvements for easier unit testing
[simantics/platform.git] / bundles / org.simantics.auditlogging / scl / Simantics / AuditLogging / Server.scl
index 396f5f5619a222c8b0c07ca95246fadf84b49c88..9304294c094781e270f72cda58ab26f024acee23 100644 (file)
@@ -5,6 +5,7 @@ importJava "org.simantics.audit.AuditLogging" where
     log :: String -> Map.T String a -> <Proc, Exception> ()
     error :: String -> Map.T String a -> <Proc, Exception> ()
     trace :: String -> Map.T String a -> <Proc, Exception> ()
+    getLogEventsDays :: String -> String -> Integer -> <Proc, Exception> [String]
     getLogEvents :: String -> String -> String -> String -> <Proc, Exception> [String]
 
 importJava "org.simantics.audit.server.AuditLoggingServer" where