-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
Set-PSFLoggingProvider and Disable-PSFLoggingProvider should accept a set of logging configuration entries, to make it easier to define logging in regular config files.
E.g.:
@{
Logging = @(
@{
Name = 'logfile'
InstanceName = 'myscript'
FilePath = 'C:\Scripts\Logs\myscript-%date%.csv'
}
)
}Reactions are currently unavailable