You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the BeginScope method on the MockLogger throws a NotImplementedException. This method needs to be implemented in order to feed in scope information into log entries.
The state parameter should be stored and exposed on MockLogEntry for verification.
The text was updated successfully, but these errors were encountered:
Currently, the
BeginScope
method on theMockLogger
throws aNotImplementedException
. This method needs to be implemented in order to feed in scope information into log entries.The
state
parameter should be stored and exposed onMockLogEntry
for verification.The text was updated successfully, but these errors were encountered: