0.0.6 • Published 10 months ago

@honout/logger-pino v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Honout Pino Logger

A system always comes with a top level scoped logger, meaning a logger will always be accessable. You can however override it on an application level basis.

Usage

import { injectable, IApplication } from '@honout/system';
import { HonoutPinoLogger } from '@honout/pino-logger';

@injectable()
@WithFunctionality({
    functionality: HonoutPinoLogger,
    configure: {
        name: 'My logger',
        level: 'error',
    },
})
class MyApp implements IApplication {}
0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago