This package has been deprecated

Author message:

This package has been moved to @dagonmetric/ng-log. Please use it instead.

@bizappframework/ng-logging-configuration
TypeScript icon, indicating that this package has built-in type declarations

7.1.0 • Public • Published

ng-logging-configuration

npm version Gitter

Contains configuration loader module for @bizappframework/ng-logging.

Installation

npm install @bizappframework/ng-logging-configuration

Setup

import { LoggerModule } from '@bizappframework/ng-logging';
import { LoggingConfigurationModule } from '@bizappframework/ng-logging-configuration';

@NgModule({
    imports: [
        // Other module imports

        // Logging
        LoggerModule,
        LoggingConfigurationModule
    ]
})
export class AppModule { }

Example

ng-logging-aspnetcore-sample

License

MIT License

Package Sidebar

Install

npm i @bizappframework/ng-logging-configuration

Weekly Downloads

0

Version

7.1.0

License

MIT

Unpacked Size

22.1 kB

Total Files

28

Last publish

Collaborators

  • baf-contrib1
  • mmzliveid