1#ifndef __com_sun_star_logging_LoggerPool_idl__ 2#define __com_sun_star_logging_LoggerPool_idl__ 3 4#ifndef __com_sun_star_logging_XLoggerPool_idl__ 5#include <com/sun/star/logging/XLoggerPool.idl> 6#endif 7 8//============================================================================= 9 10module com { module sun { module star { module logging { 11 12//============================================================================= 13 14/** the global pool of named <type>XLogger</type> instances 15 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> 18*/ 19/** the global pool of named <type>XLogger</type> instances 20 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> 23 24 @since OOo 2.3 25*/ 26singleton LoggerPool : XLoggerPool; 27 28//============================================================================= 29 30}; }; }; }; 31 32//============================================================================= 33 34#endif 35