InterfaceIADOLog
Definition
Namespace:Telerik.OpenAccess.Runtime.Logging
Assembly:Telerik.OpenAccess.Runtime.dll
Syntax:
public interface IADOLog
Methods
CreateResultLog(LoggingDbDataReader, ILogEvent)
Declaration
void CreateResultLog(LoggingDbDataReader loggingDbDataReader, ILogEvent ev)
Parameters
loggingDbDataReader
ev
LogError(ILogEvent, Exception, LoggingDbCommand, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbCommand con, LoggingEventType type)
Parameters
ev
e
Exception
con
type
Returns
LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type)
Parameters
ev
e
Exception
con
type
Returns
LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType, string)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type, string databaseName)
Parameters
ev
e
Exception
con
type
databaseName
string
Returns
LogError(ILogEvent, Exception, LoggingDbDataReader, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbDataReader con, LoggingEventType type)
Parameters
ev
e
Exception
con
type
Returns
LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type)
Parameters
ev
e
Exception
con
type
Returns
LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType, IsolationLevel)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)
Parameters
ev
e
Exception
con
type
iso
IsolationLevel
Returns
LogEvent(LoggingDbCommand, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbCommand con, LoggingEventType type)
Parameters
con
type
Returns
LogEvent(LoggingDbConnection, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type)
Parameters
con
type
Returns
LogEvent(LoggingDbConnection, LoggingEventType, string)
Declaration
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type, string databaseName)
Parameters
con
type
databaseName
string
Returns
LogEvent(LoggingDbDataReader, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbDataReader con, LoggingEventType type)
Parameters
con
type
Returns
LogEvent(LoggingDbTransaction, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type)
Parameters
con
type
Returns
LogEvent(LoggingDbTransaction, LoggingEventType, IsolationLevel)
Declaration
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)
Parameters
con
type
iso
IsolationLevel
Returns
ShouldLogError(LoggingEventType)
Declaration
bool ShouldLogError(LoggingEventType type)
Parameters
type
Returns
bool
ShouldLogEvent(LoggingEventType)
Declaration
bool ShouldLogEvent(LoggingEventType type)
Parameters
type
Returns
bool
UpdateEvent(ILogEvent, DbDataReader)
Declaration
void UpdateEvent(ILogEvent ev, DbDataReader r)
Parameters
ev
r
DbDataReader