- logEntry
- The log entry.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function Format( _ ByVal logEntry As ILogEntry _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggingChannel Dim logEntry As ILogEntry Dim value As String value = instance.Format(logEntry) | |
| C++/CLI | |
|---|---|
public: virtual String^ Format( ILogEntry^ logEntry ) | |
Parameters
- logEntry
- The log entry.
Return Value
An XML serialized string that represents the log entry.For an example refer to Info(String,String)
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code