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
[LoggerMessage(113,LogLevel.Debug,"Successfully transmitted error to client in circuit '{CircuitId}'.",EventName="CircuitTransmittedClientErrorSuccess")]
[LoggerMessage(115,LogLevel.Debug,"An exception occurred on the circuit host '{CircuitId}' while the client is disconnected.",EventName="UnhandledExceptionClientDisconnected")]
[LoggerMessage(201,LogLevel.Debug,"There was an error dispatching the event '{EventHandlerId}' to the application.",EventName="DispatchEventFailedToDispatchEvent")]
[LoggerMessage(202,LogLevel.Debug,"Invoking instance method '{MethodIdentifier}' on instance '{DotNetObjectId}' with callback id '{CallId}'.",EventName="BeginInvokeDotNet")]
[LoggerMessage(203,LogLevel.Debug,"Failed to invoke instance method '{MethodIdentifier}' on instance '{DotNetObjectId}' with callback id '{CallId}'.",EventName="BeginInvokeDotNetFailed")]
[LoggerMessage(204,LogLevel.Debug,"There was an error invoking 'Microsoft.JSInterop.DotNetDispatcher.EndInvoke'.",EventName="EndInvokeDispatchException")]
[LoggerMessage(201,LogLevel.Debug,"There was an error dispatching the event '{EventHandlerId}' to the application.",EventName="DispatchEventFailedToDispatchEvent")]
[LoggerMessage(202,LogLevel.Debug,"Invoking instance method '{MethodIdentifier}' on instance '{DotNetObjectId}' with callback id '{CallId}'.",EventName="BeginInvokeDotNet")]
[LoggerMessage(217,LogLevel.Debug,"Invoking static method with identifier '{MethodIdentifier}' on assembly '{Assembly}' with callback id '{CallId}'.",EventName="BeginInvokeDotNetStatic")]
[LoggerMessage(203,LogLevel.Debug,"Failed to invoke instance method '{MethodIdentifier}' on instance '{DotNetObjectId}' with callback id '{CallId}'.",EventName="BeginInvokeDotNetFailed")]
[LoggerMessage(218,LogLevel.Debug,"Failed to invoke static method with identifier '{MethodIdentifier}' on assembly '{Assembly}' with callback id '{CallId}'.",EventName="BeginInvokeDotNetFailed")]
[LoggerMessage(115,LogLevel.Debug,"An exception occurred on the circuit host '{CircuitId}' while the client is disconnected.",EventName="UnhandledExceptionClientDisconnected")]
[LoggerMessage(113,LogLevel.Debug,"Successfully transmitted error to client in circuit '{CircuitId}'.",EventName="CircuitTransmittedClientErrorSuccess")]
[LoggerMessage(108,LogLevel.Debug,"Attempting to disconnect circuit with id {CircuitId} from connection {ConnectionId}.",EventName="CircuitDisconnectStarted")]
[LoggerMessage(113,LogLevel.Debug,"Circuit with id {CircuitId} has been removed from the registry for permanent disconnection.",EventName="CircuitDisconnectedPermanently")]
[LoggerMessage(113,LogLevel.Debug,"Circuit with id {CircuitId} has been removed from the registry for permanent disconnection.",EventName="CircuitDisconnectedPermanently")]
@@ -359,6 +353,12 @@ public static void UnhandledExceptionRenderingComponent(ILogger logger, Exceptio
359
353
[LoggerMessage(102,LogLevel.Debug,"Buffering remote render because the client on connection {ConnectionId} is disconnected.",EventName="SkipUpdateDisplayAsync")]
[LoggerMessage(104,LogLevel.Debug,"Completing batch {BatchId} with error: {ErrorMessage} in {ElapsedMilliseconds}ms.",EventName="CompletingBatchWithError")]
0 commit comments