Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "logestic", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "An advanced and customisable logging library for ElysiaJS", |
# Logestic | ||
[![npm version](https://badge.fury.io/js/logestic.svg)](https://badge.fury.io/js/logestic) | ||
An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com). | ||
@@ -62,3 +64,3 @@ | ||
.use(['method', 'path', 'time', 'status']) | ||
.custom(({ method, path, time, status }) => { | ||
.format(({ method, path, time, status }) => { | ||
return `[${time}]: ${method} ${path} | ${status}` | ||
@@ -65,0 +67,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16540
91