acebase
acebase copied to clipboard
Add custom logger support
This enables replacing AceBase's default logger with a logging library such as Bunyan, Winston, Pino and any other logger supporting trace, debug, info, warn, error and fatal methods.
This also adds the methods trace, debug, info and fatal to the default built-in logger.
Also see https://github.com/appy-one/acebase-core/pull/50