Bump for 3.6-28
[LibreOffice.git] / offapi / com / sun / star / logging / LoggerPool.idl
blob7bb72c6b8eb175f1bb18cdaa22c3113aa1b2a3b5
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 #ifndef __com_sun_star_logging_LoggerPool_idl__
3 #define __com_sun_star_logging_LoggerPool_idl__
5 #include <com/sun/star/logging/XLoggerPool.idl>
7 //=============================================================================
9 module com { module sun { module star { module logging {
11 //=============================================================================
13 /** the global pool of named <type>XLogger</type> instances
15 <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
16 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
18 /** the global pool of named <type>XLogger</type> instances
20 <p>The one and only <code>LoggerPool</code> instance is available at a component context as value with the key
21 <code>/singletons/com.sun.star.logging.LoggerPool</code>.</p>
23 @since OOo 2.3
25 singleton LoggerPool : XLoggerPool;
27 //=============================================================================
29 }; }; }; };
31 //=============================================================================
33 #endif
35 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */