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>
25 singleton LoggerPool
: XLoggerPool
;
27 //=============================================================================
31 //=============================================================================
35 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */