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/
|
public GetLogger ( BusinessObject bo ) : ITransactionLog | ||
bo | BusinessObject | |
return | ITransactionLog |
public GetLogger ( BusinessObject bo, string tableName ) : ITransactionLog | ||
bo | BusinessObject | The bo to log |
tableName | string | The table to log to |
return | ITransactionLog |