Creates a new BaseLog instance.
Both timestamp and tag are required parameters as they are fundamental to all log entries.
timestamp
tag
const BaseLog({ required this.timestamp, required this.tag, });