Last updated:
0 purchases
bbrecorder 1.0.2
Author:
Laurent Pointal <[email protected]> <[email protected]>
Organization:
CNRS - LIMSI
Copyright:
CNRS - 2015-2016
license:
New BSD License
Version:
1.0.2
Module documentation
Subversion repository & bug tracking
(on french academic SourceSup site).
Developer page
What is it?
A simple module providing a logging handler to manage caching of last N log records
until they are needed — and then generate them using standard common Python logging
handlers.
Installation
Unless someone built a package for your OS distro, the simplest procedure
is to use pip to install the module:
pip install bbrecorder
If you have no admin access to install things on you computer, you may install
a virtualenv and run pip inside this virtual env, or you can do a local user
installation:
pip install –user bbrecorder
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.