[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ApplicationContext` class, which defines the running context for the library and allows for the setup of custom loggers."],["The `ApplicationContext` class inherits from the base `Object` class and includes several inherited members, such as `Equals`, `GetHashCode`, and `ToString`."],["The `Logger` property, of type `ILogger`, provides access to the logger used within the application context, defaulting to a `NullLogger` if none is registered."],["The `RegisterLogger` method enables the registration of a custom `ILogger` with the application context, but it will throw an `InvalidOperationException` if a logger is already registered."],["The page displays a range of versions for this class, with 1.69.0 as the latest version, and 1.55.0 being the current version."]]],[]]