nestlog 7

Creator: bradpython12

Last updated:

Add to Cart

Description:

nestlog 7

Welcome to Nestlog
nestlog is a formatted shell logger for producing colored tree like logs.

See the Documentation for more help.
Installation
From PyPI directly:
pip install nestlog

Examples
This is how you use the logger
import nestlog

logger = nestlog.NestLogger()

with logger('starting application'):

with logger('starting section 1'):
logger.okay('doing something important')
logger.warn('warning message')
logger.fail('failure message')

with logger('starting section 1'):
logger.okay('doing something important')
logger.okay('doing something else important')

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.