1.0.0-7 • Published 3 months ago

@byaga/logger v1.0.0-7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

@byaga/logger

@byaga/logger is a structured logging library for browser applications.

Installation

npm install @byaga/logger

Usage

import Logger from '@byaga/logger';

const journal = new Logger();
journal.info('Hello, world!');

API

Logger

The Logger class provides structured logging functionality. You can create a new instance of Logger and use it for logging in your application.

Contributing

Contributions are welcome. Please open an issue first to discuss what you would like to change.

License

MIT

1.0.0-5

3 months ago

1.0.0-7

3 months ago

1.0.0-6

3 months ago

1.0.0-4

3 months ago

1.0.0-3

3 months ago

1.0.0-2

3 months ago

1.0.0-1

3 months ago

1.0.0-0

3 months ago