fast-logger-0.2.0: A fast logging system

Safe HaskellSafe-Infered

System.Log.FastLogger.Date

Synopsis

Documentation

type ZonedDate = ByteStringSource

A type for zoned date.

data DateRef Source

Reference to the ZonedDate cache.

dateInit :: IO DateRefSource

Initializing the ZonedDate cache.

getDate :: DateRef -> IO ZonedDateSource

Getting ZonedDate from the ZonedDate cache.