packages feed

ez-couch-0.4.2: src/EZCouch/Logging.hs

{-# LANGUAGE OverloadedStrings, NoMonomorphismRestriction, FlexibleContexts, MultiParamTypeClasses, ScopedTypeVariables, DeriveDataTypeable, DeriveGeneric #-}
module EZCouch.Logging where

import Prelude ()
import ClassyPrelude
import qualified Util.Logging as Logging

logLn lvl = Logging.logLn lvl "EZCouch"