https://github.com/mapikit/logger-meta-functions
A log suite to use in your BOps
https://github.com/mapikit/logger-meta-functions
Last synced: 5 months ago
JSON representation
A log suite to use in your BOps
- Host: GitHub
- URL: https://github.com/mapikit/logger-meta-functions
- Owner: mapikit
- License: gpl-3.0
- Created: 2021-08-17T03:45:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T23:33:23.000Z (over 3 years ago)
- Last Synced: 2025-10-12T03:07:50.791Z (9 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Logger Meta Functions
A log suite for helping you log in your system using Meta System
----
## Interface
There are four functions in this package, `log`, `infoLog`, `warnLog` and `errorLog`, all of them share the same interface, but have a different colored output.
The logs, by default, comes in the following format:
`[YYYY-MM-DD HH:mm:SS-ssss ms] || LOGLEVEL::`
### Functions Inputs
- message : `string` - required
- data : `any` - optional
> There are no outputs for any function