SF.net SVN: fclient: [210] trunk/sandbox/fcp/fcp2_0_consts.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-02-12 15:56:25
|
Revision: 210
http://fclient.svn.sourceforge.net/fclient/?rev=210&view=rev
Author: jurner
Date: 2008-02-12 07:56:20 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
added some more logger consts
Modified Paths:
--------------
trunk/sandbox/fcp/fcp2_0_consts.py
Modified: trunk/sandbox/fcp/fcp2_0_consts.py
===================================================================
--- trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-12 15:55:42 UTC (rev 209)
+++ trunk/sandbox/fcp/fcp2_0_consts.py 2008-02-12 15:56:20 UTC (rev 210)
@@ -168,9 +168,10 @@
"""Consts indicating the verbosity level for debugging"""
Debug = logging.DEBUG
Info = logging.INFO
- Warning = logging.WARNING
+ Warning = logging.WARNING
+ Error = logging.ERROR
+ Critical = logging.CRITICAL
-
class DisconnectReason(BaseBitFlags):
"""Reasons for client disconnect
@cvar Close: the clent has been closed
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|