ILog

Defines log engine.

Declaration Syntax

public interface ILog

Table 1885: Members

Method

WriteError(string)

Adds a new error message entry into the log.

Method

WriteMessage(string)

Adds a new message entry into the log.

Method

WriteWarning(string)

Adds a new warning message entry into the log.