14e2513590
fix some API compatibility issues in the class library
2008-05-07 17:44:43 -06:00
2edaa82801
prepend copyright notice and license to all source files; add license.txt and readme.txt
2008-02-19 11:06:52 -07:00
ec653fbc1e
Use the default line separator when logging
2007-12-11 10:26:28 -07:00
76d876c039
Removed custom logging code, which is factored correctly elsewhere.
2007-11-06 11:20:12 -07:00
8e95590dea
Added a temporary hack for logging.
...
if the System property rt.log.dir is set, standard logging messages are
written both to standard out and to the file log.txt inside the directory
provided. This allows us to get debugging information quickly.
2007-10-29 12:04:26 -06:00
25275933ce
Print line numbers correctly for native and unknown source
2007-10-25 17:57:56 -06:00
9621679d2a
Cosmetic tweaks to the default logger
2007-09-27 12:43:20 -06:00
26de9c334d
Add a default logging handler, in case the user doesn't provide any.
2007-09-27 12:42:06 -06:00
bb4a7c21c7
Implemented a simple but working implementation of the java logging API,
...
complete with a test class
2007-09-26 14:46:21 -06:00