X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.auditlogging%2Fscl%2FSimantics%2FAuditLogging%2FServer.scl;h=b7278e9e26df3e053100d968005185193f17c26a;hb=refs%2Fchanges%2F79%2F2779%2F1;hp=396f5f5619a222c8b0c07ca95246fadf84b49c88;hpb=da4210cb095e4acd25ddba55a86aa6fe0b18301d;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl b/bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl index 396f5f561..b7278e9e2 100644 --- a/bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl +++ b/bundles/org.simantics.auditlogging/scl/Simantics/AuditLogging/Server.scl @@ -5,7 +5,9 @@ importJava "org.simantics.audit.AuditLogging" where log :: String -> Map.T String a -> () error :: String -> Map.T String a -> () trace :: String -> Map.T String a -> () + getLogEventsDays :: String -> String -> Integer -> [String] getLogEvents :: String -> String -> String -> String -> [String] + allLogEvents :: String -> Integer -> Map.T String [String] importJava "org.simantics.audit.server.AuditLoggingServer" where start :: String -> Integer -> () \ No newline at end of file