Clack.Logger.Base is base class for Clack loggers to pass to Clack.Middleware.Logger. All you have to do is to inherit <clack-logger-base> and then implement the method output.
Eitarow Fukamachi (e.arrows@gmail.com)
Base class for Clack loggers.
Output log messages. All loggers must implement this method.