Skip to main content
Deno 2 is finally here 🎉️
Learn more

logx

GitHub License GitHub Tag GitHub Actions Workflow CI Status GitHub Actions Workflow Release Status

Prints logs in better format.

Usage

import * as logx from 'jsr:@mys/logx@1'

logx.setTimezoneOffset(480); // optional
logx.log("log");
logx.info("info");
logx.warn("warn");
logx.error("error");

License

MIT License © 2023-PRESENT mys1024