|
Panda3D
|
Public Member Functions | |
| __init__ (self, fileName="log") | |
| getTimeStamp (self) | |
| log (self, entryString) | |
| resetStartTime (self) | |
| setTimeStamp (self, bool) | |
| __init__ | ( | self, | |
| fileName = "log" ) |
Logger constructor
| getTimeStamp | ( | self | ) |
Return whether or not we are printing time stamps with log entries
| log | ( | self, | |
| entryString ) |
log(self, string) Print the given string to the log file
| resetStartTime | ( | self | ) |
Reset the start time of the log file for time stamps
| setTimeStamp | ( | self, | |
| bool ) |
Toggle time stamp printing with log entries on and off