[[["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-03-21 UTC."],[[["The `IContextExceptionLogger` interface provides a way to log exceptions within the context of `IContextWrapper` objects."],["It includes a `Log` method for synchronously logging exceptions and a `LogAsync` method for asynchronous logging, both requiring a non-null exception and context."],["The interface inherits the `IDisposable` interface, allowing for the disposal of resources when the logger is no longer needed."],["The `LogAsync` method accepts an optional `CancellationToken` to monitor for cancellation requests, and returns a `Task` representing the operation."],["The listed versions show the different versions available, with `5.2.0` being the most recent, and version `4.4.0` being where the information provided is being referenced from."]]],[]]