Share via


SPLog.ErrorTag method

Overload list

  Name Description
Public method ErrorTag(UInt32, String) Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use[LogLevel.Error].
Public method ErrorTag(UInt32, SPUpgradeSession, String) Log an error, to a file specified by the caller. This is useful when logging to a non-active session
Public method ErrorTag(UInt32, String, Exception) Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Use[LogLevel.Error].
Public method ErrorTag(UInt32, String, []) Shorthand of [WriteLog(stringmessage,LogLevellevel)]. Use[LogLevel.Error].
Public method ErrorTag(UInt32, String, Exception, []) Shorthand of [WriteLog(stringmessage,Exceptionexception,LogLevellevel)]. Use[LogLevel.Error].

Top

See also

Reference

SPLog class

SPLog members

Microsoft.SharePoint.Upgrade namespace