module Logging.Logger ( Logger(..) ) where -- |'Logger' is just a name. type Logger = String