Name | Description | |
---|---|---|
![]() | ClearLog | Delete all the records in the logging table (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget) |
![]() | ClearTable | Overridden. Clear the database table |
![]() | CloseConnection | Close the connection to the database if it is open (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget) |
![]() | CreateStoredProcedure | Create a stored procedure to perform logging |
![]() | CreateTable | Create a logging table |
![]() | Dispose | Overloaded. Clear asynchronous queue and close connections (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget) |
![]() | Flush | Wait to write out buffered and asynchronous targets (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) |
![]() | FormatMessage | Format a message with all selected options for the target (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget) |
![]() | GetIdentity | Get the last identity inserted for the current connection |
![]() | GetIdentitySql | Get the SQL used to get the last identity inserted |
![]() | InsertLogRecord | Overridden. Log a message to the database table |
![]() | LogMessage | Log a message to a database table (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget) |
![]() | OpenConnection | Overridden. Open the database connection |
![]() | StoredProcedureExists | Returns true if the stored procedure exists |
![]() | TableExists | Returns true if the table exists |