logging support
svn: r6081
This commit is contained in:
@ -76,6 +76,14 @@ from math import pi, cos, sin
|
||||
import Utils
|
||||
import FontScale
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# set up logging
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
import logging
|
||||
log = logging.getLogger(".BaseDoc")
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# SAX interface
|
||||
|
Reference in New Issue
Block a user