summaryrefslogtreecommitdiff
path: root/java/util/logging/MemoryHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* 2005-08-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-021-2/+2
| | | | | | * Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31. See patch on classpath-patches@gnu.org for a full ChangeLog.
* 2005-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-151-4/+2
| | | | * Merge of October 2004 HEAD patches to generics branch
* 2004-04-17 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-171-10/+1
| | | | | | | | | | | | | * java/util/Collections.java, java/util/PropertyResourceBundle.java, java/util/ResourceBundle.java, java/util/StringTokenizer.java, java/util/jar/Attributes.java, java/util/logging/ConsoleHandler.java, java/util/logging/LogManager.java, java/util/logging/MemoryHandler.java, java/util/logging/SocketHandler.java: Fixed HTML tags in javadocs all over.
* * java/util/logging/LogManager.java (pcs): Pass the LogManagerSascha Brawer2002-09-301-17/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | class object, not the singleton instance, to the constructor of the PropertyChangeSupport delegate. The generated PropertyChangeEvents now indicate the same event source as the Sun J2SE 1.4 reference implementation. * java/util/logging/LogManager.java (readConfiguration): Pass null for the property name, so listeners receive the same PropertyChangeEvent as they would when running Sun J2SE 1.4. * java/util/logging/LogManager.java (getLogger): Passing null now throws a NullPointerException, as with Sun J2SE 1.4. * java/util/logging/LogManager.java (reset): Fix a bug which would cause spurious NullPointerExceptions upon resetting the log manager configuration. A WeakReference had not been checked for null. * java/util/logging/LogManager.java (getIntPropertyClamped): New package-private method for properties inside an integer range. * java/util/logging/MemoryHandler.java (constructor): Take configuration from log manager properties. Docfixes. Throw exception for size values <= 0.
* Various documentation improvements.Sascha Brawer2002-09-171-9/+30
|
* Initial check-in of preliminary, possibly buggy version.Sascha Brawer2002-03-041-0/+285