Changeset 2515
- Timestamp:
- 11/19/08 11:37:33 (7 weeks ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
. (modified) (3 props)
-
source/logHandler.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property bzr:revision-info
-
old new 1 timestamp: 2008-11-19 10:29:03.690000057+10001 timestamp: 2008-11-19 21:36:20.410000086 +1000 2 2 committer: James Teh <jamie@jantrid.net> 3 3 properties:
-
- Property bzr:revision-id:v3-list-QlpoOTFBWSZTWbrL2vUAAB1VgAAQABCAQDrrnqAgAFCgaaGRkxBoTIJ6mmaNRwhndFAoNhZjh_YY4a01fOg1ulgNNC2UrzPdXXEnDpX8XckU4UJC6y9r1A..
-
old new 284 284 2312 peter.v@datagate.sk-20081118213251-tb3mozki0dlndqdd 285 285 2313 jamie@jantrid.net-20081119002903-qad2w6vrs43u1x09 286 2314 jamie@jantrid.net-20081119113620-dz3izx839k8dy7z0
-
- Property bzr:file-ids
-
old new 1 source/ pythonConsole.py pythonconsole.py-20080403145126-btxkiuauiefll29c-11 source/logHandler.py 1366@dbe06fc7-9119-0410-a01d-9dbf589ecbba:trunk:source%2FlogObj.py
-
- Property bzr:revision-info
-
trunk/source/logHandler.py
r2256 r2515 155 155 logging.addLevelName(Logger.DEBUGWARNING, "DEBUGWARNING") 156 156 logging.addLevelName(Logger.IO, "IO") 157 logHandler = FileHandler(globalVars.appArgs.logFileName, "w", "UTF-8") 157 # HACK: Don't specify an encoding, as a bug in Python 2.6's logging module causes problems if we do. 158 logHandler = FileHandler(globalVars.appArgs.logFileName, "w") 158 159 logFormatter=logging.Formatter("%(levelname)s - %(codepath)s (%(asctime)s):\n%(message)s", "%H:%M:%S") 159 160 logHandler.setFormatter(logFormatter)

NVDA is supported by