c# - WCF Exception Logging -
is possible log exception throwmaxreceivedmessagesizeexceeded wcf service. know message size can increased in config logging on side. have log4net running catch unhandled exceptions seems not getting logged, handled.
by default, wcf uses system.diagnostics tracing log exceptions. see here , here , here
you can redirect system traces log4net explained in this question.
Comments
Post a Comment