This project is part of the @thi.ng/umbrella monorepo.
Types & basis infrastructure for arbitrary logging (w/ default impls).
STABLE - used in production
Search or submit any issues for this package
- @thi.ng/rstream-log - Structured, multilevel & hierarchical loggers based on @thi.ng/rstream
yarn add @thi.ng/logger
ES module import:
<script type="module" src="https://cdn.skypack.dev/@thi.ng/logger"></script>
For Node.js REPL:
# with flag only for < v16
node --experimental-repl-await
> const logger = await import("@thi.ng/logger");
Package sizes (gzipped, pre-treeshake): ESM: 365 bytes
None
TODO
Karsten Schmidt
If this project contributes to an academic publication, please cite it as:
@misc{thing-logger,
title = "@thi.ng/logger",
author = "Karsten Schmidt",
note = "https://thi.ng/logger",
year = 2016
}
© 2016 - 2021 Karsten Schmidt // Apache Software License 2.0