1.0.5 • Published 7 months ago
@logdash/core v1.0.5
logdash - JS SDK
Logdash is a zero-config observability platform. This package serves an javascript interface to use it.
Pre-requisites
Setup your free project in less than 2 minutes at logdash.io.
Installation
npm install @logdash/coreUsage
import { createLogDash } from '@logdash/core';
const { logger } = createLogDash({
apiKey: '<your-api-key>',
});
logger.info('Application started successfully');
logger.error('An unexpected error occurred');
logger.warn('Low disk space warning');View
To see the logs, go to your project dashboard

Configuration
| Parameter | Required | Default | Description |
|---|---|---|---|
apiKey | no | - | Api key used to authorize against logdash servers. If you don't provide one, logs will be logged into local console only |
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
Support
If you encounter any issues, please open an issue on GitHub or let us know at contact@logdash.io.
1.0.5
7 months ago
1.0.4
8 months ago
1.0.3
8 months ago
1.0.2
8 months ago
1.0.1
8 months ago
1.0.0
9 months ago
0.3.8
9 months ago
0.3.7
9 months ago
0.3.6
9 months ago
0.3.5
9 months ago
0.3.4
9 months ago
0.3.3
9 months ago
0.3.2
9 months ago
0.3.1
9 months ago
0.3.0
9 months ago
0.2.2
9 months ago
0.2.1
9 months ago
0.2.0
9 months ago
0.1.2
9 months ago
0.1.1
9 months ago
0.1.0
9 months ago
0.0.2
9 months ago
0.0.1
9 months ago