Gondwana Game Engine
Gondwana is a cross-platform 2.5D game and rendering engine written in C#/.NET 8. It provides fine-grained control over rendering, timing, and scene composition, with built-in support for parallax, z-ordering, pixel overhang, collision detection, and particle effects. Gondwana targets desktop, mobile, and web platforms using SkiaSharp for graphics and NAudio for sound.
Loading...
Searching...
No Matches
Gondwana.Logging.LoggingErrorEventArgs Class Referencesealed

Provides data for the LoggingError event. More...

Inheritance diagram for Gondwana.Logging.LoggingErrorEventArgs:

Properties

Exception Exception [get]
 Gets the exception that occurred during logging.
string CategoryName [get]
 Gets the category name of the logger that failed.
LogLevel LogLevel [get]
 Gets the log level of the message that failed to log.

Detailed Description

Provides data for the LoggingError event.

Property Documentation

◆ CategoryName

string Gondwana.Logging.LoggingErrorEventArgs.CategoryName
get

Gets the category name of the logger that failed.

◆ Exception

Exception Gondwana.Logging.LoggingErrorEventArgs.Exception
get

Gets the exception that occurred during logging.

◆ LogLevel

LogLevel Gondwana.Logging.LoggingErrorEventArgs.LogLevel
get

Gets the log level of the message that failed to log.