summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerAdminI.cpp
Commit message (Collapse)AuthorAge
* Update copyright headersJoe George2016-03-01
|
* Updated copyright to 2015Dwayne Boone2015-01-05
|
* Fixed leak of LoggerAdmin's logger (ICE-5788) and updated Java to use ↵Bernard Normier2014-10-24
| | | | similar code.
* ICE-2400: LoggerAdmin implementation in Java and C# + various fixes to C++ ↵Bernard Normier2014-09-25
| | | | implementation
* vs2010 build fixesJose2014-09-23
|
* ICE-5661 add proxy->begin_ice_getConnectionDwayne Boone2014-09-18
|
* Simplified creation of Admin facets in IceBox; simplified test for Admin ↵Bernard Normier2014-09-17
| | | | enabled (Ice.Admin.Enabled if defined, otherwise check Ice.Admin.Endpoints and no other property)
* Revert "Fixed (ICE-3792) - dependencies in the repository are very crappy"Jose2014-09-11
| | | | | | | | This reverts commit 201d395c7186e50d195672db7b472989783826cb. Conflicts: cpp/config/Make.rules cpp/test/Ice/Makefile.mak
* Fixed (ICE-3792) - dependencies in the repository are very crappyJose2014-09-10
|
* Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and PythonBernard Normier2014-09-08
|
* More work on ICE-2400: the send log thread now uses a separate communicator ↵Bernard Normier2014-09-02
| | | | | | to send log messages, with two-ways calls. Removed ping thread.
* Initial merge for ICE-2400:Bernard Normier2014-08-14
- added new Logger admin facet (C++ only) - this Logger facet allows remote application to retrieve the Ice log file, including recently logged events, with optional filters - this logger facet also allows remote applications to attach RemoteLogger objects to get new logs as they are generated - added new "show log" feature to icegridadmin, to retrieve Ice log file of Ice server (not yet implemented for IceGrid registry and node)