StandardFormatter.Format

StandardFormatter.Format method

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

public override string Format(LogEntry entry)
ParameterTypeDescription
entryLogEntryThe Log entry to format.

Return Value

String representing the log entry.

See Also