pub fn create_log_entry( level: LogLevel, message: impl Into<String>, fields: Value, ) -> LogEntry
Create a log entry from basic components