ifm3dpy.logging.LogEntry
- class ifm3dpy.logging.LogEntry
Bases:
None
Represent a single log entry.
- __init__(*args, **kwargs)
Methods
__init__
(*args, **kwargs)Attributes
The name of the file from which the log entry originates
The name of the function from which this log entry originates
The line number from which this log entry originates
The log level of this log entry
The message of this log entry
The time this log entry occurred
- property file
The name of the file from which the log entry originates
- property func
The name of the function from which this log entry originates
- property line
The line number from which this log entry originates
- property log_level
The log level of this log entry
- property message
The message of this log entry
- property time
The time this log entry occurred