Skip to content

JayPaulinCodes/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger

A logging module which has many options to allow for a lot of customization

Installing

npm i @devjacob/logger

Examples

const logger = require("../lib/index.js");

const LOG = new logger.Logger();

LOG.log("Test");

License

This project uses the Mozilla Public License 2.0
Permissions of this weak copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

The license can be read here

The following table provides a breif overview of the license. Hovering each point will provide a more detailed description.

Permissions Conditions Limitations
Commercial use
Distribution
Modification
Patent use
Private use
Disclose source
License and copyright notice
Same license (file)
Liability
Trademark use
Warranty

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published