[jira] [Updated] (LOG4J2-272) malfunction of coloring with escaped characters (newline, tab,...)

2013-09-03 Thread Gary Gregory (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4J2-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Gregory updated LOG4J2-272:


Attachment: log4j-272.PNG

screenshot based on trunk (pre-beta9).

 malfunction of coloring with escaped characters (newline, tab,...)
 --

 Key: LOG4J2-272
 URL: https://issues.apache.org/jira/browse/LOG4J2-272
 Project: Log4j 2
  Issue Type: Bug
Affects Versions: 2.0-beta6
 Environment: Windows XP, Netbeans 7.3, Java 6
Reporter: Martin Vavrušák
 Attachments: log4j-272.PNG


 I have this XML configuration
 {code:xml}
 configuration status=WARN
   appenders
 Console name=Console target=SYSTEM_OUT
   PatternLayout pattern=%highlight{%d{HH:mm:ss.SSS} [%t] %-5level 
 %logger{36} - %msg%n}{FATAL=bright red, ERROR=red, WARN=yellow, INFO=blue, 
 DEBUG=green, TRACE=bright blue}/
 /Console
   /appenders
   loggers
 root level=TRACE
   appender-ref ref=Console/
 /root
   /loggers
 /configuration
 {code}
 with pom:
 {code:xml}
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-api/artifactId
 version2.0-beta6/version
 /dependency
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-core/artifactId
 version2.0-beta6/version
 /dependency
 
 dependency
 groupIdorg.fusesource.jansi/groupId
 artifactIdjansi/artifactId
 version1.11/version
 /dependency
 {code}
 Coloring work fine until try to format text with newline or tab.
 {code:java}
 logger.warn(this is ok \n And all \n this have only\t\tblack colour \n and 
 here is colour again?);
 {code}
 only first part (up to first \n) of log is colored the res of log is in black.

--
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

-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



[jira] [Updated] (LOG4J2-272) Malfunction of coloring with escaped characters (newline, tab,...)

2013-09-03 Thread Gary Gregory (JIRA)

 [ 
https://issues.apache.org/jira/browse/LOG4J2-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary Gregory updated LOG4J2-272:


Summary: Malfunction of coloring with escaped characters (newline, tab,...) 
 (was: malfunction of coloring with escaped characters (newline, tab,...))

 Malfunction of coloring with escaped characters (newline, tab,...)
 --

 Key: LOG4J2-272
 URL: https://issues.apache.org/jira/browse/LOG4J2-272
 Project: Log4j 2
  Issue Type: Bug
Affects Versions: 2.0-beta6
 Environment: Windows XP, Netbeans 7.3, Java 6
Reporter: Martin Vavrušák
 Attachments: log4j-272.PNG


 I have this XML configuration
 {code:xml}
 configuration status=WARN
   appenders
 Console name=Console target=SYSTEM_OUT
   PatternLayout pattern=%highlight{%d{HH:mm:ss.SSS} [%t] %-5level 
 %logger{36} - %msg%n}{FATAL=bright red, ERROR=red, WARN=yellow, INFO=blue, 
 DEBUG=green, TRACE=bright blue}/
 /Console
   /appenders
   loggers
 root level=TRACE
   appender-ref ref=Console/
 /root
   /loggers
 /configuration
 {code}
 with pom:
 {code:xml}
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-api/artifactId
 version2.0-beta6/version
 /dependency
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-core/artifactId
 version2.0-beta6/version
 /dependency
 
 dependency
 groupIdorg.fusesource.jansi/groupId
 artifactIdjansi/artifactId
 version1.11/version
 /dependency
 {code}
 Coloring work fine until try to format text with newline or tab.
 {code:java}
 logger.warn(this is ok \n And all \n this have only\t\tblack colour \n and 
 here is colour again?);
 {code}
 only first part (up to first \n) of log is colored the res of log is in black.

--
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

-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



[jira] [Updated] (LOG4J2-272) malfunction of coloring with escaped characters (newline, tab,...)

2013-06-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LOG4J2-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vavrušák updated LOG4J2-272:
---

Environment: Windows XP, Netbeans 7.3, Java 6

 malfunction of coloring with escaped characters (newline, tab,...)
 --

 Key: LOG4J2-272
 URL: https://issues.apache.org/jira/browse/LOG4J2-272
 Project: Log4j 2
  Issue Type: Bug
Affects Versions: 2.0-beta6
 Environment: Windows XP, Netbeans 7.3, Java 6
Reporter: Martin Vavrušák
Priority: Minor

 I have this XML configuration
 {code:xml}
 configuration status=WARN
   appenders
 Console name=Console target=SYSTEM_OUT
   PatternLayout pattern=%highlight{%d{HH:mm:ss.SSS} [%t] %-5level 
 %logger{36} - %msg%n}{FATAL=bright red, ERROR=red, WARN=yellow, INFO=blue, 
 DEBUG=green, TRACE=bright blue}/
 /Console
   /appenders
   loggers
 root level=TRACE
   appender-ref ref=Console/
 /root
   /loggers
 /configuration
 {code}
 with pom:
 {code:xml}
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-api/artifactId
 version2.0-beta6/version
 /dependency
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-core/artifactId
 version2.0-beta6/version
 /dependency
 
 dependency
 groupIdorg.fusesource.jansi/groupId
 artifactIdjansi/artifactId
 version1.11/version
 /dependency
 {code}
 Coloring work fine until try to format text with newline or tab.
 {code:java}
 logger.warn(this is ok \n And all \n this have only\t\tblack colour \n and 
 here is colour again?);
 {code}
 only first part (up to first \n) of log is colored the res of log is in black.

--
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

-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org



[jira] [Updated] (LOG4J2-272) malfunction of coloring with escaped characters (newline, tab,...)

2013-06-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/LOG4J2-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vavrušák updated LOG4J2-272:
---

Priority: Major  (was: Minor)

 malfunction of coloring with escaped characters (newline, tab,...)
 --

 Key: LOG4J2-272
 URL: https://issues.apache.org/jira/browse/LOG4J2-272
 Project: Log4j 2
  Issue Type: Bug
Affects Versions: 2.0-beta6
 Environment: Windows XP, Netbeans 7.3, Java 6
Reporter: Martin Vavrušák

 I have this XML configuration
 {code:xml}
 configuration status=WARN
   appenders
 Console name=Console target=SYSTEM_OUT
   PatternLayout pattern=%highlight{%d{HH:mm:ss.SSS} [%t] %-5level 
 %logger{36} - %msg%n}{FATAL=bright red, ERROR=red, WARN=yellow, INFO=blue, 
 DEBUG=green, TRACE=bright blue}/
 /Console
   /appenders
   loggers
 root level=TRACE
   appender-ref ref=Console/
 /root
   /loggers
 /configuration
 {code}
 with pom:
 {code:xml}
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-api/artifactId
 version2.0-beta6/version
 /dependency
 dependency
 groupIdorg.apache.logging.log4j/groupId
 artifactIdlog4j-core/artifactId
 version2.0-beta6/version
 /dependency
 
 dependency
 groupIdorg.fusesource.jansi/groupId
 artifactIdjansi/artifactId
 version1.11/version
 /dependency
 {code}
 Coloring work fine until try to format text with newline or tab.
 {code:java}
 logger.warn(this is ok \n And all \n this have only\t\tblack colour \n and 
 here is colour again?);
 {code}
 only first part (up to first \n) of log is colored the res of log is in black.

--
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

-
To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-dev-h...@logging.apache.org