Issue Type: Bug Bug
Assignee: Logback dev list
Components: other
Created: 03/Aug/12 4:35 PM
Description: I have added <consolePlugin /> to my configuration file. I have modified default beagle pattern to:
%date{yyyy-MM-dd HH:mm:ss.SSS} %-6camlevel [%thread] %class.%method:%line - %message %mdc%n

I can see that the Beagle view is being populated with data when I run my code.

The problem is I have a conversionRule in my xml as well.

<conversionRule conversionWord="camlevel"
                  converterClass="camiant.util.slf.logback.converters.CamLevelConverter" />

Yout can see that "camlevel" is located in the above pattern. This causes Beagle to output:
%PARSER_ERROR[camlevel]

on every line of output. Is this supported or do I need to do something else to configure this properly. Thanks.
Environment: windows 7 64 bit eclipse juno
Project: Logback-Beagle - the console plugin for Eclipse
Labels: substitution
Priority: Minor Minor
Reporter: David Tkaczyk
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira