custom DB logging using enterprise library 4.1
Posted
by Rohit
on Stack Overflow
See other posts from Stack Overflow
or by Rohit
Published on 2010-04-15T04:34:41Z
Indexed on
2010/04/15
5:43 UTC
Read the original article
Hit count: 266
enterprise-library
We have to create a historical log of all the changed entities. we have defined our custom tables for this purpose. I have to incorporate this tables in Enterprise library logging block and do logging in these tables. I need to write a SP to insert values to these tables.
Till now,what i have got from google is that i have to create a listener inheriting from CustomTraceListener and give my implementation of WriteMessage.
What i need to know is,how will i plug my tables and SP in Enterprise library logging block.
© Stack Overflow or respective owner