@nglogger/console
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@nglogger/console

Linux Build Test Coverage Commitizen friendly NPM version NPM Downloads

Console transport for @nglogger


Installation

$ npm install --save @nglogger/core @nglogger/console
# Or with yarn
$ yarn add @nglogger/core @nglogger/console

Usage

'use strict';
import { NgModule } from '@angular/core';

import { LoggerModule } from '@nglogger/core';
import { ConsoleTransportModule, ConsoleTransport } from '@nglogger/console';


@NgModule({
  imports: [
    ConsoleTransportModule,
    LoggerModule.forRoot([
      ConsoleTransport
    ])
  ],
  bootstrap: [
    AppComponent
  ]
})
export class AppModule { }

Build

$ npm install
$ # or
$ yarn
$
$ npm run build

Test

$ npm run test

Contributing

  1. Fork it (https://github.com/nglogger/console/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


Changelog

Changelog


License

MIT

Dependents (0)

Package Sidebar

Install

npm i @nglogger/console

Weekly Downloads

3

Version

0.0.5

License

MIT

Unpacked Size

21.4 kB

Total Files

22

Last publish

Collaborators

  • superpaintman