C# Class Habanero.DB.TransactionLoggerFactory

database table-based implementation of ITransactionLoggerFactory
Inheritance: ITransactionLoggerFactory
Show file Open project: Chillisoft/habanero Class Usage Examples

Public Methods

Method Description
GetLogger ( BusinessObject bo ) : ITransactionLog

Creates a TransactionLogTable that will log the provided BO.

GetLogger ( BusinessObject bo, string tableName ) : ITransactionLog

Creates a TransactionLogTable with the provided table name/

Method Details

GetLogger() public method

Creates a TransactionLogTable that will log the provided BO.
public GetLogger ( BusinessObject bo ) : ITransactionLog
bo BusinessObject
return ITransactionLog

GetLogger() public method

Creates a TransactionLogTable with the provided table name/
public GetLogger ( BusinessObject bo, string tableName ) : ITransactionLog
bo BusinessObject The bo to log
tableName string The table to log to
return ITransactionLog