module Logging.Types.Logger ( Logger(..) ) where


-- |'Logger' is just a name.
type Logger = String