ILogFormatter

Allows the implementation of log formatters.

Namespace:
Inetdev.Diagnostics.Formatters
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

Header

Header text.

Signature:
public String Header { get; set; }

Name

Name of this formatter.

Signature:
public String Name { get; set; }

Template

Template to format a log entry.

Signature:
public String Template { get; set; }

Methods

Format

Formats the entry to be written.

Signature:
public String Format(entry)
Parameters
Name Type Summary
entry LogEntry