Thursday, March 11, 2010
 
The best way to analyze your logs! Minimize
 Log4Net Mail archive   

The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.

Subject: Rich text box appender...
Prev Next
You are not authorized to post a reply.

Author Messages
Graham Walsh

01/05/2009 5:38 PM  
hi,
 
I have a rich text box appender in place and everything is working correctly. However at runtime, the rich text box output (which is my log4net output), has all its text selected and the colour is wrong. Anybody know how I configure RichTextBox appender such that the contents of my rtb is not highlighted.. and even if it must be highlighted, anybody know how I can change this colour.
 
 
for info, this is what my appender looks like...
 

<appender name="MainFormRichTextAppender" type="log4net.Appender.RichTextBoxAppender">

<appendToFile value="true" />

<maximumFileSize value="250000KB" />

<maxSizeRollBackups value="2" />

<!--<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />

<lockingModel type="log4net.Appender.RichTextBoxAppender+MinimalLock" />-->

<layout type="log4net.Layout.PatternLayout">

<conversionPattern value="%date %-5level %-70logger - %message%newline" />

</layout>

<!--<code lang="XML" escaped="true">-->

<mapping>

<level value="DEBUG" />

<textColorName value="DarkGray" />

<bold value="true" />

<fontFamilyName value="Microsoft Sans Serif"/>

<pointSize value="7.75" />

</mapping>

<mapping>

<level value="INFO" />

<textColorName value="Black" />

<bold value="true" />

<fontFamilyName value="Microsoft Sans Serif"/>

<pointSize value="7.75" />

</mapping>

<mapping>

<level value="WARN" />

<textColorName value="LightBlue" />

<bold value="true" />

<fontFamilyName value="Microsoft Sans Serif"/>

<pointSize value="7.75" />

</mapping>

<mapping>

<level value="ERROR" />

<textColorName value="Red" />

<bold value="true" />

<fontFamilyName value="Microsoft Sans Serif"/>

<pointSize value="7.75" />

</mapping>

<mapping>

<level value="FATAL" />

<textColorName value="Black" />

<fontFamilyName value="Microsoft Sans Serif"/>

<pointSize value="7.75" />

</mapping>

<!--</code>-->

</appender>

thanks
 
Graham
You are not authorized to post a reply.
Forums > Log4Net > Log4Net Mail archive > Rich text box appender...



ActiveForums 3.7

 

 

 

 

 

 

 

 

Log4Net Dashboard

Log analysis and monitoring made easy!

Log4Net Dashboard is a log viewer that can read log statements from a variety of logging output targets.

You can download a free developer version.

  

Check it out!

On the demonstration site you can try it  with live data.demo.l4ndash.com - Try Log4Net Dashboard with live data

The mail archive is a copy of all the mail sent to the mail address: log4net-user@logging.apache.org, organized as a forum.

If you would like to participate in the mail list, send a mail to log4net-user-subscribe@logging.apache.org.

More information about the mailing list is available on: http://logging.apache.org/log4net/support.html

 

A complete topic list is available and can be viewed here (warning, it takes some time to load)

 

Copyright 2005-2008 by FaktNet AS Terms Of Use Privacy Statement