The most basic Log.
Used to contain the main data of the Log
Log({ required this.message, this.data, DateTime? timestamp, }) { this.timestamp = timestamp ?? DateTime.now(); }