the filename the log function was called from
the name of the function the log function was called from
the line number the log function was called from
the LogLevel associated with the log message
A refernce to the Logger used to create this LogEntry
the name of the module the log message is coming from
the message of the log message
the pretty formatted name of the function the log function was called from
thread id of the log message
the time the message was logged
LogEntry is a aggregation combining all information associated with a log message. This aggregation will be passed to the method writeLogMsg.