Skip to content

Innoviox/colored-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colored-logging

Colored logging for Nephos, with Google Code In (username: rassarian).

Sample usage (in main.py):

import logger

logger.info("Hello, welcome to Simon's logger!")
logger.debug("You can write to a default file, which is stamped with when the module was imported.")
logger.set_file("new_file.txt")
logger.debug("Or you can write to a file of your choosing!")
logger.config(user='root')
logger.info("You can set attributes using the .config method")

Terminal

File

About

Colored logging for Nephos, with Google Code In

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages