https://github.com/mys1024/logx
Prints logs in better format.
https://github.com/mys1024/logx
deno javascript jsr log typescript
Last synced: about 1 month ago
JSON representation
Prints logs in better format.
- Host: GitHub
- URL: https://github.com/mys1024/logx
- Owner: mys1024
- License: mit
- Created: 2023-11-25T20:17:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T21:26:23.000Z (about 2 years ago)
- Last Synced: 2025-10-30T15:48:37.434Z (7 months ago)
- Topics: deno, javascript, jsr, log, typescript
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logx
[](./LICENSE)
[)](https://jsr.io/@mys/logx)
[](https://github.com/mys1024/logx/actions/workflows/ci.yml)
[](https://github.com/mys1024/logx/actions/workflows/release.yml)
Prints logs in better format.
## Usage
```typescript
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) License © 2023-PRESENT [mys1024](https://github.com/mys1024)