1.0.13 • Published 2 months ago

@chia-carbon/core-registry-logger v1.0.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 months ago

Core Registry Logger

example usage

const Logger = require('@chia-carbon/core-registry-logger');
const logger = new Logger({
  projectName: 'tokenization-engine',
  logLevel: 'info',
  packageVersion: '1.0.0'
});

Log Levels

The following error levels can be used in your project. These can be used in any way you like, but the original design concept is as follows:

fatal: Only show fatal errors
error: Shows all errors
task_error: All errors including from async tasks
warn: All errors and warnings
info: Warnings, errors, plus informative messages
task: Similar to info, but includes async tasks
debug: Verbose logging with additional troubleshooting messages
trace: Show all output

1.0.13

2 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.3

8 months ago

1.0.0

8 months ago