3 importJava "org.simantics.audit.AuditLogging" where
4 register :: String -> <Proc> String
5 log :: String -> Map.T String a -> <Proc, Exception> ()
6 error :: String -> Map.T String a -> <Proc, Exception> ()
7 trace :: String -> Map.T String a -> <Proc, Exception> ()
8 getLogEventsDays :: String -> String -> Integer -> <Proc, Exception> [String]
9 getLogEvents :: String -> String -> String -> String -> <Proc, Exception> [String]
11 importJava "org.simantics.audit.server.AuditLoggingServer" where
12 start :: String -> Integer -> <Proc> ()