aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/util/logging/OutputController.java
Commit message (Collapse)AuthorAgeFilesLines
* Added support for system level linux loggingJiri Vanek2014-01-201-2/+7
|
* Rewritten java consoleJiri Vanek2013-12-201-1/+1
|
* singletons logic, logs and test cleanup/fixesJiri Vanek2013-12-201-59/+77
|
* Console made aware of plugin messagesJiri Vanek2013-12-151-76/+39
|
* Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden.Jiri Vanek2013-11-101-2/+2
|
* Java console resurrected and connected to new logging.Jiri Vanek2013-11-051-10/+26
|
* 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.
* Introduced logging bottleneckJiri Vanek2013-09-251-0/+398