summaryrefslogtreecommitdiff
path: root/logging_ext.py
Commit message (Expand)AuthorAgeFilesLines
* logging: use WatchedFileHandler instead of FileHandler if availableJulien Cristau2013-01-091-1/+5
* [loggin ext] provide colored output under windows if colorama is available (c...Aurelien Campeas2012-11-131-2/+13
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [logging]?dont attempt to use color formatter unless asked for debug modeSylvain Th?nault2010-09-231-1/+4
* [logging_ext] fix typo leading to bad log threshold set when not explicitly s...Sylvain Th?nault2010-09-061-1/+1
* fix some pylint detected errorsSylvain Th?nault2010-08-271-2/+2
* [logging] split init_log into smaller chuncks, usable for other logger initia...Sylvain Th?nault2010-08-271-33/+43
* init_log now takes optional handlerSylvain Th?nault2010-08-251-27/+28
* if debug is true and no threshost specified, default to DEBUGSylvain Th?nault2010-08-241-1/+4
* new init_log now accept a fmt argument (eg formatter) to use when the coloriz...Sylvain Th?nault2010-08-101-4/+4
* don't raise string exception in testlib (closes #35331)Sylvain Th?nault2010-07-011-6/+1
* added new optional kw argument to init_log rotating_parametersAlexandre Fayolle2010-06-021-2/+8
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-2/+2
* win32 adjustmentsAurelien Campeas2009-09-081-1/+1
* [logging_ext] extend THRESHOLD_MAP definitionAdrien Di Mascio2009-08-031-6/+8
* [logging] the lldebug threshold level was an implementation detail of cubicwe...Adrien Di Mascio2009-01-061-1/+1
* shouldn't force threshold in debug modeSylvain Thenault2008-12-051-1/+0
* backport init_log/set_log_methodsSylvain Thenault2008-12-041-0/+70
* add a DEBUG color to our ColorFormatter. Feel free to change the colorJulien Jehannet2008-10-131-5/+6
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-19/+7
* add docstrings and make it possible to just set a subset of the color "palett...David Douard2007-11-161-10/+19
* list_tables() should return a list of tablenamesAdrien Di Mascio2007-11-091-1/+1
* helper function set_color_formatter()Nicolas Chauvat2007-08-301-1/+15
* color warnings in magenta, not orange which does not existNicolas Chauvat2007-08-201-1/+1
* add logging_ext and its ColorFormatterNicolas Chauvat2007-08-161-0/+60