asp.net mvc - NLog, Elmah + shared library -
asp.net mvc - NLog, Elmah + shared library -
i trying come way create mutual library mvc projects. started off simple basecontroller , basemodel classes. easy stuff!
now in projects either utilize elmah or nlog logging exceptions and/or tracing info.
can give me ideas on best practices writing mutual library back upwards both?
i utilize nlog base of operations logging. i've created little target nlog used route exceptions elma. you'll find @ https://github.com/ccellar/nlog-elmah-target.
with target able utilize logger.*exception( ... )
log exception , pass elmah.
asp.net-mvc elmah nlog
Comments
Post a Comment