|
Module Simantics/AuditLogging/ClientThis module is undocumented. This is a list of its definitions. auditLoggingClient :: Map.T a a -> <Proc> b Configures the audit logging client of this process from a property map,
reading the server address from Only the first call configures the client; later calls return the client that
was configured first. Returns The other functions here take the configuration from the JVM system properties instead, so this is needed only to configure the client from somewhere else. getAuditLoggingUUID :: <Proc> String The UUID this workspace is registered under at the audit logging server. sendError :: [a] -> <Proc> () As sendErrorM :: Map.T String a -> <Proc> () As sendLog :: [a] -> <Proc> () As sendLogM :: Map.T String a -> <Proc> () Sends an event to the audit logging server at info level. If no server is
configured, the event goes to the local log instead. If sending fails, the
event is written into the local audit log under the key sendTrace :: [a] -> <Proc> () As sendTraceM :: Map.T String a -> <Proc> () As |