Format Method

Summary
Formats the specified log entry.
Syntax
C#
VB
C++
public override string Format( 
   ILogEntry logEntry 
) 
  
Public Overrides Function Format( _ 
   ByVal logEntry As ILogEntry _ 
) As String 
public: 
String^ Format(  
   ILogEntry^ logEntry 
) override  

Parameters

logEntry
The log entry to format.

Return Value

An xml serialized string that represents the log entry.

Example

For an example refer to Info(String,String)

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.