Documentation
    Preparing search index...

    This is the main entrypoint module that injects a default implementation of the logger.

    import { Module } from '@nestjs/common';
    import { ZLoggerModule} from '@zthun/lumberjacky-nest';

    @Module({
    imports: [ZLoggerModule]
    })
    export class MyModule{ }
    Index

    Constructors

    Constructors