Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for system level linux logging | Jiri Vanek | 2014-01-20 | 2 | -8/+22 |
| | |||||
* | Copy all button in console controls sorts by date by default. | Jiri Vanek | 2014-01-06 | 2 | -10/+29 |
| | |||||
* | Rewritten java console | Jiri Vanek | 2013-12-20 | 6 | -74/+1459 |
| | |||||
* | singletons logic, logs and test cleanup/fixes | Jiri Vanek | 2013-12-20 | 5 | -110/+128 |
| | |||||
* | JNLPRuntime.config changed to proper singleton. | Jiri Vanek | 2013-12-18 | 1 | -19/+1 |
| | |||||
* | Console made aware of plugin messages | Jiri Vanek | 2013-12-15 | 9 | -85/+571 |
| | |||||
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 1 | -2/+21 |
| | |||||
* | Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden. | Jiri Vanek | 2013-11-10 | 2 | -21/+53 |
| | |||||
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 3 | -10/+414 |
| | |||||
* | Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside | Jiri Vanek | 2013-11-01 | 1 | -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 Vanek | 2013-10-25 | 1 | -1/+3 |
| | | | | sun.applet.PluginDebug class. | ||||
* | Reset the LogConfig in unit tests | Omair Majid | 2013-10-22 | 1 | -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 bottleneck | Jiri Vanek | 2013-09-25 | 7 | -0/+889 |