{-|
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