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
Loggers are disposed after calling Invoke-CommandWithLogging. Calling the command multiple times with the same loggers does not cause errors but will only log the first execution to the configured loggers since they are disposed after first use.
The console logger is the only one this working after being disposed.
The text was updated successfully, but these errors were encountered:
It is important that loggers are disposed so rather than not disposing them, using the Invoke-CommandWithLogging command now fails if any loggers are disposed.
Loggers are disposed after calling Invoke-CommandWithLogging. Calling the command multiple times with the same loggers does not cause errors but will only log the first execution to the configured loggers since they are disposed after first use.
The console logger is the only one this working after being disposed.
The text was updated successfully, but these errors were encountered: