Introducing Optic, Deno's most feature-rich, modular and easy to use logger. #300
cknight
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introducing Optic v1.0, Deno's most feature-rich, modular and easy to use logger.
logger.info(() => { return calculateExpensiveMsgOnlyIfInfoEnabled(); });
const user: User = logger.info(getUser());
logger.if(attempts > 3).warn("Excessive attempts by user");
Available on nest.land at https://nest.land/package/optic
Beta Was this translation helpful? Give feedback.
All reactions