Replies: 1 comment 1 reply
-
Indeed, the produced Version 1.0.1 will be released shortly. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@ceki I used the online generator to convert my logback.xml file to a TylerConfigurator class. It did not declare the class public and thus, it seems, didn't work. The stack trace looks like this:
I tried a few things to get past this before editing the generated com.enoughisasgoodasafeast.TylerConfigurator to make it a public class. This resolved the problem. The README only mentions setting up a provider-configuration for the service-provider mechanism. Is there any other configuration or library that needs to be done to enable the XML-less logging setup?
Beta Was this translation helpful? Give feedback.
All reactions