ifm3dpy.logging.LogEntry

class ifm3dpy.logging.LogEntry

Bases: None

Represent a single log entry.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

Attributes

file

The name of the file from which the log entry originates

func

The name of the function from which this log entry originates

line

The line number from which this log entry originates

log_level

The log level of this log entry

message

The message of this log entry

time

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