NAME
Read-SasLog
SYNOPSIS
Gets the content of the SAS log.
SYNTAX
Read-SasLog [-Workspace] <PSObject>
[<CommonParameters>]
Read-SasLog [-AdvancedLog [<SwitchParameter>]]
[<CommonParameters>]
DESCRIPTION
PARAMETERS
-Workspace <PSObject>
SAS.Workspace object
Required? true
Position? 0
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-AdvancedLog [<SwitchParameter>]
Switch if the log line should also contain
information about the line type and carriage
controls
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters:
Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction,
WarningVariable,
OutBuffer and OutVariable. For more
information, see
about_CommonParameters
(http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
-------------- Example 1 --------------
PS C:\> Read-SasLog $ws
gets the SAS log lines
-------------- Example 2 --------------
PS C:\> Read-SasLog $ws -AdvancedLog
gets the SAS log lines with advanced information
RELATED LINKS