Skip to content

SQLite handler for python logging. Allow to write log messages to sqlite database. Tested on python 3.2

Notifications You must be signed in to change notification settings

gabigabogabu/SQLiteHandler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SQLite handler

SQLite handler allow your application to write log messages directly to sqlite database.

Usage

logger = logging.getLogger('LoggerName')
logger.setLevel(logging.DEBUG)
logger.addHandler(SQLiteHandler('debug_log.sqlite'))
logger.debug('Debug message')

About

SQLite handler for python logging. Allow to write log messages to sqlite database. Tested on python 3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%