The LogEvent struct in the Sandbox
namespace is a sealed, public type that represents a logging event. It contains various properties that provide detailed information about the log entry, such as the log level, message, and timestamp. This struct is designed to be immutable, with all properties marked as read-only.