1
Existe-t-il une manière "standard" d'introduire des assertions sur la sortie Log4Net?Un appelant affirmant pour Log4Net?
E.g.
NUnit.Log4Net.Checkpoint()
...run some code that should not throw warnings...
NUnit.Log4Net.AssertNoErrors()
NUnit.Log4Net.AssertNoErrorsOrWarnings()
Ou
NUnit.Log4Net.Checkpoint()
...code that warns user about an obsolete value...
NUnit.Log4Net.AssertOneWarnings("obsolete value used")
je pourrais coder un appender pour faire valoir Log4Net mais pensé qu'il doit y avoir quelque chose là-bas déjà?