classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Logger fix


From: Roman Kennke
Subject: [cp-patches] FYI: Logger fix
Date: Fri, 12 Aug 2005 16:34:20 +0200

I'm committing this on behalf of my collegue Ingo Proetel. This adds
checks to a couple of log methods if the specified level is actually
allowed to be logged. Otherwise we would end up building up the
stacktrace which could be very expensive compared to do nothing at
all :-)

2005-08-12  Roman Kennke  <address@hidden>

        Reported by: Ingo Proetel  <address@hidden>
        * java/util/logging/Logger.java
        This applies to a couple of log() methods:
        (log): Added check if the specified level is actually enabled,
        otherwise ignore logging request.

/Roman

Attachment: Logger.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]