-
Sep 18th, 2008, 12:07 PM
#1
Logging layout
might have been discussed before but have not found the entry ..
my default log entry looks like:
package.MessagingServiceImpl.unknown
The method name is never displayed ...
As mentioned before, I have not touched anything concerning logging (except MANIFEST entry for the target packages)
Where do I tell the dm to print out the methods as well ???
-
Sep 19th, 2008, 04:16 AM
#2
Logging layout
Thorsten,
We don't print method names for user types right now because it is quite an expensive process. For our own code we use AspectJ weaving to make it a very fast process. We plan to allow user code to weave this same support in as needed.
Is this something you are interested in?
Rob
-
Sep 19th, 2008, 07:19 AM
#3
Logging layout
yep ... would be a very good idea ..
As your not supporting it right now (due to performance issues) I would have to setup the aop and weave the logging myself.
I reckon that almost every development team requires detail logging information at least on trace and debug level.
So .. if you would provide it and we could easily use it ... if would be fine for me (and hopefully the others)
-
Sep 19th, 2008, 08:34 AM
#4
Logging layout
Hi Thorsten,
Please raise a JIRA requesting this feature and we'll take a look at providing it.
Thanks,
Andy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules