Update ooo320-m1
[ooovba.git] / offapi / com / sun / star / logging / LoggerPool.idl
blob301749d156563dbec80b288b6cfb7266e67d1ad2
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