Listening for logs...
Logs delta
By Minute
Last 1 hourBy Hour
Last 12 hoursBy Day
Last 7 daysSetup Logging for your project
Integrate Logdash with your preferred SDK. Your dashboard will update automatically when you send logs.
1. Install the Logdash SDK
- NodeJS
- Python
- Java
- PHP
- Ruby
- C#/DotNet
- Other
npm install @logdash/js-sdk
2. Setup fresh logger instance
import { createLogDash } from '@logdash/js-sdk';
const { logger } = createLogDash({
apiKey: "mjbo4oLaeuaiqrvTh38iokrJOltUgINE"
});
logger.info('Hello logdash!');
3. Capture logs
Listening for logs...