Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] Using output file:linenumber: links?

> log4j.appender.myConsole.layout.ConversionPattern=%5p - %m - %l%n
...
>    something.something(something.java:number)<end of line>
...

> I guess you could hand format a message that way too if you wanted,
> but this is simpler.

This format only works if I have instantiated org.apache.log4j.Logger. I 
must get rid of log4j now - what must be done to activate / create 
hyperlinks into the console?

-- 
timo



Back to the top