Problem Using Custom Layout - No Output

Hi there, I'm trying to use a custom layout and there's no output being generated when I log using it. My source code is at http://ideone.com/3jHWF and my configuration is at http://ideone.com/VC9iq - with just the first (by itself, currently commented out) encoder configuration, everything works just fine and log entries come out on the console. When I add the second (currently uncommented) encoder configuration, which wraps my custom layout, no output is emitted. The print statements inside my custom layout implementation don't appear either. Any ideas? I'm using version 0.9.28 - here's my Java version: java version "1.6.0_20" OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~10.04.1) OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode) Thanks, -- Taylor C. Venable http://metasyntax.net/

On Tue, Mar 15, 2011 at 22:54, Taylor Venable <taylor@metasyntax.net> wrote:
Hi there, I'm trying to use a custom layout and there's no output being generated when I log using it.
Well that was embarrassing, I had the class name wrong in the configuration! It's amazing how different code looks after a good night's sleep. :-D -- Taylor C. Venable http://metasyntax.net/
participants (1)
-
Taylor Venable