Interface
IADOLog

Definition

Namespace:Telerik.OpenAccess.Runtime.Logging

Assembly:Telerik.OpenAccess.Runtime.dll

Syntax:

cs-api-definition
public interface IADOLog

Methods

CreateResultLog(LoggingDbDataReader, ILogEvent)

Declaration

cs-api-definition
void CreateResultLog(LoggingDbDataReader loggingDbDataReader, ILogEvent ev)

Parameters

loggingDbDataReader

LoggingDbDataReader

ev

ILogEvent

LogError(ILogEvent, Exception, LoggingDbCommand, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbCommand con, LoggingEventType type)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbCommand

type

LoggingEventType

Returns

ILogEvent

LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbConnection

type

LoggingEventType

Returns

ILogEvent

LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType, string)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type, string databaseName)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbConnection

type

LoggingEventType

databaseName

string

Returns

ILogEvent

LogError(ILogEvent, Exception, LoggingDbDataReader, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbDataReader con, LoggingEventType type)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbDataReader

type

LoggingEventType

Returns

ILogEvent

LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbTransaction

type

LoggingEventType

Returns

ILogEvent

LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType, IsolationLevel)

Declaration

cs-api-definition
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)

Parameters

ev

ILogEvent

e

Exception

con

LoggingDbTransaction

type

LoggingEventType

iso

IsolationLevel

Returns

ILogEvent

LogEvent(LoggingDbCommand, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbCommand con, LoggingEventType type)

Parameters

con

LoggingDbCommand

type

LoggingEventType

Returns

ILogEvent

LogEvent(LoggingDbConnection, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type)

Parameters

con

LoggingDbConnection

type

LoggingEventType

Returns

ILogEvent

LogEvent(LoggingDbConnection, LoggingEventType, string)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type, string databaseName)

Parameters

con

LoggingDbConnection

type

LoggingEventType

databaseName

string

Returns

ILogEvent

LogEvent(LoggingDbDataReader, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbDataReader con, LoggingEventType type)

Parameters

con

LoggingDbDataReader

type

LoggingEventType

Returns

ILogEvent

LogEvent(LoggingDbTransaction, LoggingEventType)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type)

Parameters

con

LoggingDbTransaction

type

LoggingEventType

Returns

ILogEvent

LogEvent(LoggingDbTransaction, LoggingEventType, IsolationLevel)

Declaration

cs-api-definition
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)

Parameters

con

LoggingDbTransaction

type

LoggingEventType

iso

IsolationLevel

Returns

ILogEvent

ShouldLogError(LoggingEventType)

Declaration

cs-api-definition
bool ShouldLogError(LoggingEventType type)

Parameters

type

LoggingEventType

Returns

bool

ShouldLogEvent(LoggingEventType)

Declaration

cs-api-definition
bool ShouldLogEvent(LoggingEventType type)

Parameters

type

LoggingEventType

Returns

bool

UpdateEvent(ILogEvent, DbDataReader)

Declaration

cs-api-definition
void UpdateEvent(ILogEvent ev, DbDataReader r)

Parameters

ev

ILogEvent

r

DbDataReader

UpdateEvent(ILogEvent, int)

Declaration

cs-api-definition
void UpdateEvent(ILogEvent ev, int i)

Parameters

ev

ILogEvent

i

int