LogEntity constructor
LogEntity({})
Implementation
LogEntity({
required this.timestamp,
required this.level,
required this.category,
required this.tag,
required this.message,
required this.threadName,
this.extras,
this.throwable,
});