[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.technology.ajdt] Re: AspectJ Log4J and log4j.appender.dest1.layout.ConversionPattern= %l%n%m%n
|
- From: Andrew Eisenberg <andrew.eisenberg@xxxxxxxxxxxxxxxx>
- Date: Wed, 01 Apr 2009 22:37:04 -0700
- Newsgroups: eclipse.technology.ajdt
- Organization: EclipseCorner
- Thread-index: AcmzVQ2wLbeO2UpsS0K99O9mel1lQQ==
- Thread-topic: AspectJ Log4J and log4j.appender.dest1.layout.ConversionPattern= %l%n%m%n
- User-agent: Microsoft-Entourage/12.15.0.081119
I am not sure what this line means (not overly being familiar with Log4J),
but it looks like it prints out the method name and line number of the
logged site.
> log4j.appender.dest1.layout.ConversionPattern= %l%n%m%n
The odd method names you are seeing are aspectj generated methods.
What were you expecting to see?