Facet-MUD-Project/facetjs

Use a more appropriate logging solution

Open

#2 opened on May 29, 2020

 (0 comments) (0 reactions) (0 assignees)TypeScript (0 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

So far, logging has been done on the console. This is dirty and ugly and not great. A popular alternative solution is to use winston.

Contributor guide