Interface IADOLog
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
Logging
|
ILog
|
LogError(ILogEvent, Exception, LoggingDbCommand, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbCommand con, LoggingEventType type)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
Returns
LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
Returns
LogError(ILogEvent, Exception, LoggingDbConnection, LoggingEventType, String)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbConnection con, LoggingEventType type, string databaseName)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
System.
|
Returns
LogError(ILogEvent, Exception, LoggingDbDataReader, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbDataReader con, LoggingEventType type)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
Returns
LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
Returns
LogError(ILogEvent, Exception, LoggingDbTransaction, LoggingEventType, IsolationLevel)
Declaration
ILogEvent LogError(ILogEvent ev, Exception e, LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)
Parameters
ILog
|
System.
|
Logging
|
Logging
|
System.
|
Returns
LogEvent(LoggingDbCommand, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbCommand con, LoggingEventType type)
Parameters
Logging
|
Logging
|
Returns
LogEvent(LoggingDbConnection, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type)
Parameters
Logging
|
Logging
|
Returns
LogEvent(LoggingDbConnection, LoggingEventType, String)
Declaration
ILogEvent LogEvent(LoggingDbConnection con, LoggingEventType type, string databaseName)
Parameters
Logging
|
Logging
|
System.
|
Returns
LogEvent(LoggingDbDataReader, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbDataReader con, LoggingEventType type)
Parameters
Logging
|
Logging
|
Returns
LogEvent(LoggingDbTransaction, LoggingEventType)
Declaration
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type)
Parameters
Logging
|
Logging
|
Returns
LogEvent(LoggingDbTransaction, LoggingEventType, IsolationLevel)
Declaration
ILogEvent LogEvent(LoggingDbTransaction con, LoggingEventType type, IsolationLevel iso)
Parameters
Logging
|
Logging
|
System.
|
Returns
ShouldLogError(LoggingEventType)
Declaration
bool ShouldLogError(LoggingEventType type)
Parameters
Logging
|
Returns
System.
|
ShouldLogEvent(LoggingEventType)
Declaration
bool ShouldLogEvent(LoggingEventType type)
Parameters
Logging
|
Returns
System.
|
UpdateEvent(ILogEvent, DbDataReader)
Declaration
void UpdateEvent(ILogEvent ev, DbDataReader r)
Parameters
ILog
|
System.
|