ErrorEntry({required this.message, DateTime? timestamp}) : super(timestamp: timestamp ?? DateTime.now(), type: EntryType.error);