Save-SbecLogSession
Flushes the buffers in a log session to disk.
Syntax
Save-SbecLogSession
-Session <TraceSessionInfo[]>
[<CommonParameters>]
Save-SbecLogSession
-Name <String[]>
[<CommonParameters>]
Description
The Save-SbecLogSession cmdlet flushes the buffers in a log session to disk. The session may be identified either by name or as an object.
Parameters
-Name
Specifies an array of session names.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Session
Specifies an array of SbecEtwTrace.TraceSessionInfo objects.
Type: | TraceSessionInfo[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
SbecEtwTrace.TraceSessionInfo
This cmdlet accepts SbecEtwTrace.TraceSessionInfo objects as the sessions to flush the buffers on.
Outputs
None.