aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/util/logging/LogConfig.java
Commit message (Collapse)AuthorAgeFilesLines
* singletons logic, logs and test cleanup/fixesJiri Vanek2013-12-201-13/+11
|
* JNLPRuntime.config changed to proper singleton.Jiri Vanek2013-12-181-19/+1
|
* Console made aware of plugin messagesJiri Vanek2013-12-151-3/+8
|
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-051-0/+4
|
* Reset the LogConfig in unit testsOmair Majid2013-10-221-0/+7
| | | | | | | | | | | | | | | | | | LogConfig is globally shared. Fix unit tests that modify the logging configuration to reset it after (and before) to avoid affecting other unit tests or being affected by the results of other tests. Before this patch, if the tests were executed in a certain order, it was possible for them to leave behind a LogConfig that enabled logging in the most verbose manner possible. This would generate megabytes of output when running unit tests. 2013-10-22 Omair Majid <[email protected]> * netx/net/sourceforge/jnlp/util/logging/LogConfig.java (resetLogConfig): New method. * tests/netx/unit/net/sourceforge/jnlp/util/logging/OutputControllerTest.java (setUp, tearDown): New method.
* Introduced logging bottleneckJiri Vanek2013-09-251-0/+156