[ https://issues.apache.org/jira/browse/LOG4NET-553 ]
Gavin McDonald deleted comment on LOG4NET-553:
----------------------------------------
was (Author: JIRAUSER288137):
[agario|https://agario.id/] [agario|https://agario.miami/]
[agario|https://agar.cc/] [agario|https://agario.org.uk/]
[agario|https://agario.boston/] [agario modded|https://agariomodded.com/]
[agario private server|https://agarprivateservers.org/] [agario
online|https://agarioonline.org/] [agario online|https://agarioonline.live/]
[agario private server|https://agarprivateservers.net/] [altyazılı film
izle|https://altyazilifilm.cc/] [mmo forum|https://mt2.org/] [metin2 pvp
serverler|https://mt2.org/forum/metin2-pvp-serverler/] [pvp
serverler|http://emekserverler.com/] [metin2 pvp
serverler|http://www.zafer2.com/] [metin2 pvp
serverler|http://editsizserverler.org/] [metin2 pvp
serverler|http://www.emekserverler.net/] [metin2 pvp
serverler|http://emekserverler.com/metin2.html] [wslik pvp
serverler|http://wslikserverler.net/] [wslik pvp
serverler|https://www.emekserverler.net/wslik.html] [agario
unblocked|https://agar.rip/] [agario unblocked|https://agario.nl/]
[agario|https://agar.tv/] [agario private server|https://agario.in/] [agario
unblocked|https://agariohub.cc/] [io games|https://a99io.com/] [altyazılı film
izle|https://altyazilifilm.live/] [okey|https://realokey.com/] [okey
oyna|https://onlineokeyoynaa.com/] [okey oyna|https://duzokeyoynaa.com/] [okey
oyna|https://canliokeyoynaa.com/] [sohbet|https://www.sohbetk.com/] [okey
net|https://okey-net.com/] [ankara okey|https://ankaraokey.org/] [izmir
okey|https://izmirokey.com/] [istanbul okey|https://istanbulokey.net/] [agario
unblocked|https://agariounblocked.org/] [agario game|https://agariogame.net/]
[fnf mods|https://a99io.com/category/fnf-mods.html]
> DebugAppender configuration should give the possibility to disable outputting
> loggerName as category
> ----------------------------------------------------------------------------------------------------
>
> Key: LOG4NET-553
> URL: https://issues.apache.org/jira/browse/LOG4NET-553
> Project: Log4net
> Issue Type: New Feature
> Components: Appenders
> Affects Versions: 2.0.7
> Reporter: Jean-Francois Beaulac
> Priority: Major
> Fix For: 2.0.8
>
> Attachments: OutputCategoryParam-DebugAppender.cs.patch,
> log4net-DebugAppenderCategory.patch, log4net-DebugAppenderCategory2.patch,
> log4net-DebugAppenderCategory3.patch
>
>
> The DebugAppender always uses the
> {{System.Diagnostics.Debug.Write(string,string)}} overload passing in the
> loggername as the category parameter.
> It should be possible to omit the category parameter if having the loggername
> as category is not desired.
> Attached is a patch implementing the desired new feature, which would be
> activated by configuration:
> {code:xml}
> <appender name="DEBUG" type="log4net.Appender.DebugAppender">
> <outputCategory value="false"/>
> <layout type="log4net.Layout.PatternLayout">
> <conversionPattern value="%-5level: %message%newline"/>
> </layout>
> </appender>
> {code}
> In my patch, the outputCategory parameter defaults to true, so the behavior
> doesnt change unless the new configuration is used.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)