from direct.directnotify.Logger import Logger
Logger module: contains the logger class which creates and writes data to log files on disk
Inheritance diagram
Inheritance diagram of direct.directnotify.Logger
Logger
Bases: object
object
__init__
Logger constructor
getTimeStamp
Return whether or not we are printing time stamps with log entries
log
Print the given string to the log file
resetStartTime
Reset the start time of the log file for time stamps
setTimeStamp
Toggle time stamp printing with log entries on and off