- logEntry
- The log entry to format.
| Visual Basic (Declaration) | |
|---|---|
Overrides Public Function Format( _ ByVal logEntry As ILogEntry _ ) As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RollingFileLoggingChannel Dim logEntry As ILogEntry Dim value As String value = instance.Format(logEntry) | |
| C++/CLI | |
|---|---|
public: String^ Format( ILogEntry^ logEntry ) override | |
Parameters
- logEntry
- The log entry to format.
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