Skip to content

denosaurs/branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

branch

Tags CI Status Dependencies License

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

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.