1.0.0-alpha.4 • Published 1 year ago
globlog v1.0.0-alpha.4
How to use
Just add this import statement on top of your index file.
import "globlog";
If you want to use an instance of globlog just import the GlobLogger.
import GlobLogger from "globlog";
File Output
Logging Cap Adjustments
Import Note (ESM)
Globlog is a pure ESM package. To use this logger in CommonJS please read the article of Sindre Sorhus.