-----------------------------------------------------------------------------
-- |
-- Module      :  Conjure.Debug
-- Copyright   :  (c) ADEpt 2005
-- License     :  BSD-like
--
-- Maintainer  :  adept@gmail.com
-- Stability   :  experimental
-- Portability :  portable
--
-----------------------------------------------------------------------------
-- TODO: make it not THAT trivial
module Conjure.Debug (debug) where

import Conjure.Logger

debug :: String -> IO ()
debug = syslog Debug
