merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / logging / LoggerPool.idl
blob5372e09c088d36c32ee98cdf43994f5301dc350d
1 #ifndef __com_sun_star_logging_LoggerPool_idl__
2 #define __com_sun_star_logging_LoggerPool_idl__
4 #ifndef __com_sun_star_logging_XLoggerPool_idl__
5 #include <com/sun/star/logging/XLoggerPool.idl>
6 #endif
8 //=============================================================================
10 module com { module sun { module star { module logging {
12 //=============================================================================
14 /** the global pool of named <type>XLogger</type> instances
16 <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
17 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
19 /** the global pool of named <type>XLogger</type> instances
21 <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
22 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
24 @since OOo 2.3
26 singleton LoggerPool : XLoggerPool;
28 //=============================================================================
30 }; }; }; };
32 //=============================================================================
34 #endif