log4hs-0.9.0.0: src/Logging.hs
{-|
Module : Logging
Copyright : (c) 2019 Version Cloud
License : BSD3
Maintainer : Jorah Gao <jorah@version.cloud>
Stability : experimental
Portability : portable
-}
module Logging {-# Deprecated "Use submodules directly" #-}
( module Logging.Global
) where
import Logging.Global