InterfaceILogEventFactory
Interface
Definition
Namespace:Telerik.OpenAccess.Runtime.Schema
Assembly:Telerik.OpenAccess.Runtime.dll
Syntax:
cs-api-definition
public interface ILogEventFactory
Properties
Level
Declaration
cs-api-definition
TraceLevel Level { get; }
Property Value
TraceLevel
Methods
Log(string, string, DateTime)
Declaration
cs-api-definition
ILogEvent Log(string type, string title, DateTime start)
Parameters
type
string
title
string
start
DateTime
Returns