Exemple #1
0
 /// <summary>
 /// Provider interface function for logging command lifecycle event.
 /// </summary>
 /// <param name="logContext"></param>
 /// <param name="newState"></param>
 internal static void LogCommandLifecycleEvent(LogContext logContext, CommandState newState)
 {
     provider.LogCommandLifecycleEvent(() => logContext, newState);
 }