log4netのConsoleとColoredConsoleのアペンダーの違いは何ですか? もちろん、メッセージに色を付ける機能を除いて:)
通常の Console Appender を使用する方が安全ですか? どのアペンダーが速いですか?
Colored については次のように書かれています。
NOTE: This appender writes directly to the application's attached console not to the System.Console.Out or System.Console.Error TextWriter
しかし、コンソールの場合NOTE: This appender writes each message to the System.Console.Out or System.Console.Error
これは、ユーザーとしての私にとって何か重要なことを意味しますか?