appy-one / acebase

A fast, low memory, transactional, index & query enabled NoSQL database engine and server for node.js and browser with realtime data change notifications
MIT License
481 stars 27 forks source link

Add custom logger support #247

Open appy-one opened 11 months ago

appy-one commented 11 months ago

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