Interface
ILog

TODO: Add documentation.

Definition

Namespace:Telerik.Reporting.Interfaces

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public interface ILog

Methods

Log(string)

TODO: Add documentation.

Declaration

cs-api-definition
void Log(string message)

Parameters

message

string

LogError(string)

TODO: Add documentation.

Declaration

cs-api-definition
void LogError(string message)

Parameters

message

string

LogWarning(string)

TODO: Add documentation.

Declaration

cs-api-definition
void LogWarning(string message)

Parameters

message

string