summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/util/logging/Logger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/util/logging/Logger.idl')
-rw-r--r--udkapi/com/sun/star/util/logging/Logger.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/util/logging/Logger.idl b/udkapi/com/sun/star/util/logging/Logger.idl
index d1ce0e04cae9..029f8f42111b 100644
--- a/udkapi/com/sun/star/util/logging/Logger.idl
+++ b/udkapi/com/sun/star/util/logging/Logger.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: Logger.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:42:05 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:51:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,13 +53,15 @@
module com { module sun { module star { module util { module logging {
//=============================================================================
-/** logger service for user site debugging.
+/** deprecated API - use <type scope="com::sun::star::logging">LoggerPool</type> instead
+
+ @deprecated
@since OOo 1.1.2
*/
-
published service Logger
{
+ /// @deprecated
interface com::sun::star::util::logging::XLogger;
};