Skip to content

bernardobarreto/Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger

Log your actions in python interactive shell.

Important

It doesn't play well with ipython just with python itself.

Usage:

from logger import *
logger = Logger()
logger.start_log()

print 'foooo'  # the print output goes to the defined file (default: "python_log")

logger.stop_log()

About

Log your interactive python shell actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages