Skip to content

Commit 0cf657a

Browse files
committed
Tweak help
1 parent 9f11bf4 commit 0cf657a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module/PowerShellLogging/en-US/PowerShellLoggingModule.dll-help.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!--This is the Description section-->
1818
<maml:para>This cmdlet creates a new LogFile object and attaches it to the current session&apos;s host interceptor, or attaches an existing LogFile object to the interceptor. When creating a new LogFile, the calling script MUST maintain a reference to the LogFile object in a variable to prevent it from being garbage collected and detached from the interceptor.
1919

20-
All host output in streams specified by the -StreamType parameter is sent to the log file in addition to the console. Non-blank lines are prepended with the current date and time in a culture-invariant format (Get-Date -Format &apos;r&apos;). Log file output from the Error, Warning, Verbose and Debug streams are also prepended with [E], [W], [V] and [D], respectively.</maml:para>
20+
All host output in streams specified by the -StreamType parameter is sent to the log file in addition to the console. By default, non-blank lines are prepended with the current date and time in a culture-invariant format (Get-Date -Format &apos;r&apos;). Log file output from the Error, Warning, Verbose and Debug streams are also prepended with [E], [W], [V] and [D], respectively.</maml:para>
2121
</maml:description>
2222
<command:syntax>
2323
<command:syntaxItem>

0 commit comments

Comments
 (0)