Share via


LogPath Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the path to the pipeline log file.

Namespace:  Microsoft.CommerceServer.Runtime.Pipelines
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property LogPath As String
'Usage
Dim instance As PipelineBase
Dim value As String

value = instance.LogPath
public string LogPath { get; }
public:
property String^ LogPath {
    String^ get ();
}
public function get LogPath () : String

Property Value

Type: System..::.String
The full path to the log file, or nullNothingnullptra null reference (Nothing in Visual Basic) if logging is disabled.

Remarks

Gets the path to the pipeline log file. The full pipeline path is of the form "logPath\user_id.pipelog".

Permissions

See Also

Reference

PipelineBase Class

PipelineBase Members

Microsoft.CommerceServer.Runtime.Pipelines Namespace