MailchimpSimple-0.2.0.0: Haskell library to interact with Mailchimp JSON API Version 3.0

LicenseBSD3
MaintainerDananji Liyanage <dan9131@gmail.com>
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Utils.Logger

Description

Types and functions for Logging the activities

Synopsis

Documentation

data LogLevels Source

Constructor for the Log levels.

Constructors

ERROR 
DEBUG 
INFO 

writeLog :: LogLevels -> String -> String -> String -> IO () Source

This function appends a log entry to an external log file.

Error logs to 'error.log' file. Other logs to 'access.log' file.