Goatlog API ########### Log-manager =========== `LogManager` is the main class managing all the logging mechanism. .. autoclass:: goatlog.log.LogManager :members: .. automethod:: goatlog.log.LogManager.__init__ Handlers ======== Goatlog provides some handlers than you could use. JsonHandler ----------- The JsonHandler is the handler which produce json file following rich format. .. autoclass:: goatlog.log.JsonHandler :members: RichLogHandler -------------- The RichLogHandler is the XXX TODO .. autoclass:: goatlog.log.RichLogHandler :members: