NET Logging Library
MsAccessTarget Class Methods


KellermanSoftware.NetLoggingLibrary.Targets Namespace : MsAccessTarget Class

For a list of all members of this type, see MsAccessTarget members.

Public Methods
 NameDescription
Public Method Delete all the records in the logging table (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget)
Public MethodOverridden.  Delete all the records in the logging table  
Public Method Close the connection to the database if it is open (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget)
Public Method Create a logging table in the database  
Public MethodOverloaded.  Clear asynchronous queue and close connections (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget)
Public Method Wait to write out buffered and asynchronous targets (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Public Method Format a message with all selected options for the target (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Public Method Get the identity for the last inserted record  
Public Method Get the SQL used to get the identity for the last inserted record  
Public MethodOverridden.  Insert a logging message into the database  
Public Method Log a message to a database table (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget)
Public MethodOverridden.  Open the database connection if it is not already open  
Public Method Discard the oldest entries that are greater than MaxEntries.  
Public Method Returns true if the table exists in the database  
Top
Protected Methods
 NameDescription
Protected Method Verify that the connection string and table name is set (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseDatabaseTarget)
Protected Method Post processing of formatting a message for each field (Inherited from KellermanSoftware.NetLoggingLibrary.Targets.BaseTarget)
Top
See Also

Reference

MsAccessTarget Class
KellermanSoftware.NetLoggingLibrary.Targets Namespace