Skip to content
forked from tebeka/crashlog

Log and email uncaught exceptions in Python programs

Notifications You must be signed in to change notification settings

JazzFan/crashlog

 
 

Repository files navigation

crashlog 0.1.0

Send email and log to file when there's an uncaught exception in your code

Install

pip install crashlog

Usage

import crashlog

crashlog.install(email=['[email protected]'], logfile='/path/to/log.txt')

Contact

Miki Tebeka [email protected]

Bug reports go here.

About

Log and email uncaught exceptions in Python programs

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%