[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `IContextExceptionLogger` interface provides a generic way to log exceptions within the context of `IContextWrapper` objects."],["This interface offers two primary methods: `Log`, which logs an exception synchronously, and `LogAsync`, which logs an exception asynchronously."],["Both `Log` and `LogAsync` require an `Exception` object and an `IContextWrapper` object as parameters, representing the exception to log and its surrounding context."],["The `LogAsync` method also accepts an optional `CancellationToken` parameter to allow for cancellation of the asynchronous logging operation."],["The latest version available is `5.2.0`, and the documentation lists all the way down to `4.3.1`."]]],[]]