0.2.6 • Published 4 months ago

nextrans-logger v0.2.6

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 months ago

Nextrans Logging

How to use

import Logging from 'nextrans-logger';

const logging = new Logging({
  env: 'PRODUCTION',
  enable: true,
  slackWebhook: 'https://hooks.slack.com/services/xxx/xxx/xxx',
  cloudwatchOption: {
    group: 'main-service',
    stream: 'production',
    region: 'ap-souteast-1',
    credential: {
      accessKey: 'xxxxx',
      secretKey: 'xxxxx'
    }
  }
});

export default logging.log();
0.2.6

4 months ago

0.2.5

1 year ago

0.2.4

2 years ago

0.2.10

2 years ago

0.2.20

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago