mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
13 lines
398 B
Diff
13 lines
398 B
Diff
diff -ru orig/System/Log/FastLogger.hs new/System/Log/FastLogger.hs
|
|
--- orig/System/Log/FastLogger.hs 2013-12-24 10:23:27.725895194 +0200
|
|
+++ new/System/Log/FastLogger.hs 2013-12-24 10:23:27.000000000 +0200
|
|
@@ -13,6 +13,8 @@
|
|
-- * Log messages
|
|
, LogStr
|
|
, ToLogStr(..)
|
|
+ , logStrLength
|
|
+ , logStrBuilder
|
|
-- * Writing a log message
|
|
, pushLogStr
|
|
-- * Flushing buffered log messages
|