Safe Haskell | None |
---|
HSBencher.Internal.Logging
Documentation
There are three logging destinations we care about. The .dat file, the .log file, and the user's screen (i.e. the user who launched the benchmarks).
Constructors
ResultsFile | |
LogFile | |
StdOut |
logOn :: [LogDest] -> String -> BenchM ()Source
Log a line to a particular file and also echo to stdout.
The tag for printing hsbencher messagse