<encoder class="com.bar.foo.CustomLayoutWrappingEncoder">
<layout class="ch.qos.logback.classic.PatternLayout">
[level] - %logger{15}: %message%n x%Ex{full}
</layout>
</encoder>
But I'm seeing the following error in the console when testing that:
13:06:58,318 |-ERROR in ch.qos.logback.classic.PatternLayout("null") - Empty or null pattern.
Am I doing this correctly?
Thanks,
--adam