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
Copy file name to clipboardExpand all lines: Module/PSLogging/PSLogging.psm1
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Cmdlets and associated data types are defined in PowerShellLoggingModule.dll. This script file just handles attaching and detaching the HostIOInterceptor object.
1
+
# Cmdlets and associated data types are defined in PowerShellLoggingModule.dll. This script file just handles attaching and detaching the HostIoInterceptor object.
Copy file name to clipboardExpand all lines: Module/PSLogging/en-US/PowerShellLoggingModule.dll-help.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ While not required, it is recommended that the OnError script block disable this
192
192
<!--This is the Description section-->
193
193
<maml:para>This cmdlet creates a new ScriptBlockOutputSubscriber object and attaches it to the current session's host interceptor. Every time a line is written to the console via the Output, Error, Warning, Verbose or Debug streams, the corresponding script block is called. The script block will be sent a single string argument containing the line to be written (including the trailing "`r`n" characters).
194
194
195
-
This is a generic implementation of the HostIOInterceptor / HostIOSubscriber classes that allows script writers to develop their own logging logic rather than using the included PSLogFile class.</maml:para>
195
+
This is a generic implementation of the HostIoInterceptor / HostIoSubscriber classes that allows script writers to develop their own logging logic rather than using the included PSLogFile class.</maml:para>
0 commit comments