#ifndef __com_sun_star_logging_LoggerPool_idl__ #define __com_sun_star_logging_LoggerPool_idl__ #ifndef __com_sun_star_logging_XLoggerPool_idl__ #include #endif //============================================================================= module com { module sun { module star { module logging { //============================================================================= /** the global pool of named XLogger instances

The one and only LoggerPool instance is available at a component context as value with the key /singletons/com.sun.star.logging.LoggerPool.

*/ /** the global pool of named XLogger instances

The one and only LoggerPool instance is available at a component context as value with the key /singletons/com.sun.star.logging.LoggerPool.

@since OOo 2.3 */ singleton LoggerPool : XLoggerPool; //============================================================================= }; }; }; }; //============================================================================= #endif