Is there a way to programatically create a RichTextBoxAppender using log4net? In other words no xml app.config?
相关问题
- Sorting 3 numbers without branching [closed]
- 最新的log4net是不是不支持写入到mysql了。
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
@GMAN 's answer is correct, but Invoke => BeginInvoke can be thread-safe. you can look my thread Why my log4net is deadlocked?