SPAction.Log-Eigenschaft
Ruft ein SPLog -Objekt ab. Die SPAction -Klasse sollte dieses SPLog -Objekt verwenden, um alle Fehler, Warnungen oder Debuginformationen während des Upgradeprozesses protokollieren.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Log As SPLog
Get
'Usage
Dim instance As SPAction
Dim value As SPLog
value = instance.Log
public SPLog Log { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Upgrade.SPLog
Ein SPLog -Objekt, das Zugriff auf die Upgradeprotokolldatei der aktuellen Sitzung Upgrade bietet.