Home
last modified time | relevance | path

Searched refs:sendLogCommand (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DTypes.hs1080 startLoggingToFile mgr loc = sendLogCommand mgr $ LogToFile loc
1083 stopLoggingToFile mgr = sendLogCommand mgr StopLogging
1086 requestLogSnapshot mgr path = sendLogCommand mgr $ LogSnapshot path
1089 requestLogDestination mgr = sendLogCommand mgr GetLogDestination
1092 sendLogMessage mgr lm = sendLogCommand mgr $ LogAMessage lm
1094 sendLogCommand :: LogManager -> LogCommand -> IO ()
1095 sendLogCommand mgr c = function