https://github.com/denosaurs/branch
📠Denosaurs pretty logger
https://github.com/denosaurs/branch
deno logger pretty
Last synced: about 2 months ago
JSON representation
📠Denosaurs pretty logger
- Host: GitHub
- URL: https://github.com/denosaurs/branch
- Owner: denosaurs
- License: mit
- Created: 2020-07-17T09:28:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-20T15:48:05.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T00:27:13.791Z (about 2 months ago)
- Topics: deno, logger, pretty
- Language: TypeScript
- Homepage: https://deno.land/x/branch
- Size: 36.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# branch
[](https://github.com/denosaurs/branch/releases)
[](https://github.com/denosaurs/branch/actions)
[](https://github.com/denosaurs/depsbot)
[](https://github.com/denosaurs/branch/blob/master/LICENSE)```typescript
import * as log from "https://deno.land/x/branch/mod.ts";await log.setup({ filter: "INFO" });
const logger = log.create("hello");
logger.critical("Hello World!");
logger.error("Hello World!");
logger.warning("Hello World!");
logger.info("Hello World!");logger.debug("Hello World!");
// ^ this should not print
```## Maintainers
- Filippo Rossi ([@qu4k](https://github.com/qu4k))
## Other
### Contribution
Pull request, issues and feedback are very welcome. Code style is formatted with
`deno fmt` and commit messages are done following Conventional Commits spec.### Licence
2020-2021
Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.