Module LoggingUtils
This module is undocumented. This is a list of its definitions. 
allLogs :: <Proc> Map.T String [Path] 
  
archiveLogs :: String -> <Proc,Exception> () 
  
setLoggingLevel :: String -> <Proc> () 
  
setLoggingLevelForLogger :: String -> String -> <Proc> () 
  
 |