Interface ILogFormatter
- Namespace
- Microsoft.Practices.EnterpriseLibrary.Logging.Formatters
- Assembly
- Microsoft.Practices.EnterpriseLibrary.Logging.dll
Represents the interface for formatting log entry messsages.
public interface ILogFormatter
Methods
Format(LogEntry)
Formats a log entry and return a string to be outputted.
string Format(LogEntry log)
Parameters
log
LogEntryLog entry to format.
Returns
- string
String representing the log entry.