Package Exports
- sylog
Readme
Sylog
Sync system logs terminal clarity file durability
Sylog is a lightweight Node.js system logging utility that syncs logs to terminal and file for real-time monitoring and persistent storage. Built for simplicity, sylog empowers servers, CLI apps, and microservices with clear, durable logs.
Installation
npm install sylog
# or
yarn add sylogUsage
import sylog from 'sylog';
sylog.info('Starting application');