aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/util/logging
Commit message (Collapse)AuthorAgeFilesLines
* Added support for system level linux loggingJiri Vanek2014-01-202-8/+22
|
* Copy all button in console controls sorts by date by default.Jiri Vanek2014-01-062-10/+29
|
* Rewritten java consoleJiri Vanek2013-12-206-74/+1459
|
* singletons logic, logs and test cleanup/fixesJiri Vanek2013-12-205-110/+128
|
* JNLPRuntime.config changed to proper singleton.Jiri Vanek2013-12-181-19/+1
|
* Console made aware of plugin messagesJiri Vanek2013-12-159-85/+571
|
* Enabled file logging in plugin, user enabled to choose logs dirJiri Vanek2013-11-291-2/+21
|
* Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden.Jiri Vanek2013-11-102-21/+53
|
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-053-10/+414
|
* Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javasideJiri Vanek2013-11-011-0/+4
| | | | | * netx/net/sourceforge/jnlp/util/logging/OutputController.java: (getHeader) added thread id and name to log header. * plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_DEBUG) (PLUGIN_ERROR) headerrs generation code moved to macro (CREATE_HEADER0). Both headers now contains pthread_self and g_thread_self. Fixed indentation.
* OutputController.getCallerClass now gets out also from ↵Jiri Vanek2013-10-251-1/+3
| | | | sun.applet.PluginDebug class.
* 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-257-0/+889