You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [highlight]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%highlight] keyword
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [cyan]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%cyan] keyword
When using the "ConsoleAppender", in non-android projects, with the aforementioned pattern, the logs get highlighted.
Could you please add support for logs-highlighting?
Thank you
Reproduction
Set the above pattern inside the LogcatAppender, run the app and check the Logcat output for errors.
Logs
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [highlight]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%highlight] keyword
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [cyan]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%cyan] keyword
logback-android version
3.0.0
OS Version
Windows 10
What logback configuration are you using? (logback.xml or Java/Kotlin code)
logback.xml
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
Describe the bug
Hi,
I have set the LogcatAppender as such:
Wehn running the app, I get the following errors:
When using the "ConsoleAppender", in non-android projects, with the aforementioned pattern, the logs get highlighted.
Could you please add support for logs-highlighting?
Thank you
Reproduction
Set the above pattern inside the LogcatAppender, run the app and check the Logcat output for errors.
Logs
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [highlight]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%highlight] keyword
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - There is no conversion class registered for composite conversion word [cyan]
I/System.out: 13:58:11,249 |-ERROR in ch.qos.logback.core.pattern.parser.Compiler@a052b99 - Failed to create converter for [%cyan] keyword
logback-android version
3.0.0
OS Version
Windows 10
What logback configuration are you using? (logback.xml or Java/Kotlin code)
Validations
The text was updated successfully, but these errors were encountered: