Kaydet (Commit) 3459d811 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS sdblogging (1.8.58); FILE MERGED

2007/04/12 09:17:04 fs 1.8.58.1: #i76119# deprecate in favor of css.logging.*
üst 5bf251a5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: Logger.idl,v $ * $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 Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,13 +53,15 @@ ...@@ -53,13 +53,15 @@
module com { module sun { module star { module util { module logging { 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 @since OOo 1.1.2
*/ */
published service Logger published service Logger
{ {
/// @deprecated
interface com::sun::star::util::logging::XLogger; interface com::sun::star::util::logging::XLogger;
}; };
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: LoggerRemote.idl,v $ * $RCSfile: LoggerRemote.idl,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 16:42:23 $ * last change: $Author: hr $ $Date: 2007-06-27 14:52:01 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,13 +53,15 @@ ...@@ -53,13 +53,15 @@
module com { module sun { module star { module util { module logging { module com { module sun { module star { module util { module logging {
//============================================================================= //=============================================================================
/** logger remote service
/** deprecated API - use <type scope="com::sun::star::logging">LoggerPool</type> instead
@deprecated
@since OOo 1.1.2 @since OOo 1.1.2
*/ */
published service LoggerRemote published service LoggerRemote
{ {
/// @deprecated
interface com::sun::star::util::logging::XLoggerRemote; interface com::sun::star::util::logging::XLoggerRemote;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment