Formatter.Format

Format(LogEntry)

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

public virtual string Format(LogEntry entry)
ParameterTypeDescription
entryLogEntryLog entry to format.

Return Value

String representing the log entry.

See Also


Format(DateTime)

Formats a datetime and return a string to be outputted.

public virtual string Format(DateTime datatime)
ParameterTypeDescription
datatimeDateTimeThe datetime value for formatting to string

See Also