Results 1 to 4 of 4

Thread: Logging layout

  1. #1
    Join Date
    Oct 2008
    Posts
    0

    Default 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 ???

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default 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

  3. #3
    Join Date
    Oct 2008
    Posts
    0

    Default 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)

  4. #4
    Join Date
    Oct 2008
    Posts
    493

    Default 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
  •