Module Simantics/AuditLogging/Server
This module is undocumented. This is a list of its definitions. 
allLogEvents :: String -> Integer -> <Proc,Exception> Map.T String [String] 
  
error :: String -> Map.T String a -> <Proc,Exception> () 
  
getLogEvents :: String -> String -> String -> String -> <Proc,Exception> [String] 
  
getLogEventsDays :: String -> String -> Integer -> <Proc,Exception> [String] 
  
log :: String -> Map.T String a -> <Proc,Exception> () 
  
register :: String -> <Proc> String 
  
start :: String -> Integer -> <Proc> () 
  
trace :: String -> Map.T String a -> <Proc,Exception> () 
  
 |