Share via


ILogFormatter.Format Method

Formats a log entry and return a string to be outputted.

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

string Format(
    LogEntry log
)
'Declaration
Function Format ( 
    log As LogEntry
) As String
String^ Format(
    LogEntry^ log
)

Parameters

Return Value

Type: String
String representing the log entry.

See Also

ILogFormatter Interface

ILogFormatter Members

Microsoft.Practices.EnterpriseLibrary.Logging.Formatters Namespace