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.Define<int,string>(LogLevel.Trace,newEventId(12,"StateChangedRegistrationCreated"),"Subchannel id '{SubchannelId}' state changed registration '{RegistrationId}' created.");
LoggerMessage.Define<int,string>(LogLevel.Trace,newEventId(13,"StateChangedRegistrationDisposed"),"Subchannel id '{SubchannelId}' state changed registration '{RegistrationId}' disposed.");
LoggerMessage.Define<int,string>(LogLevel.Trace,newEventId(13,"StateChangedRegistrationRemoved"),"Subchannel id '{SubchannelId}' state changed registration '{RegistrationId}' removed.");
LoggerMessage.Define<int,string>(LogLevel.Trace,newEventId(14,"ExecutingStateChangedRegistration"),"Subchannel id '{SubchannelId}' executing state changed registration '{RegistrationId}'.");
@@ -536,9 +538,9 @@ public static void StateChangedRegistrationCreated(ILogger logger, int subchanne
0 commit comments