LibreOffice Module extensions (master) 1
Namespaces | Typedefs | Functions
consolehandler.cxx File Reference
#include <sal/config.h>
#include "methodguard.hxx"
#include "loghandler.hxx"
#include <com/sun/star/logging/XConsoleHandler.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/logging/LogLevel.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <stdio.h>
Include dependency graph for consolehandler.cxx:

Go to the source code of this file.

Namespaces

namespace  logging
 

Typedefs

typedef ::cppu::WeakComponentImplHelper< XConsoleHandler, XServiceInfo > logging::ConsoleHandler_Base
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_ConsoleHandler (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &arguments)
 

Function Documentation

◆ com_sun_star_comp_extensions_ConsoleHandler()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_extensions_ConsoleHandler ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &  arguments 
)

Definition at line 257 of file consolehandler.cxx.

Variable Documentation

◆ m_aHandlerHelper

LogHandlerHelper m_aHandlerHelper
private

Definition at line 60 of file consolehandler.cxx.

◆ m_nThreshold

sal_Int32 m_nThreshold
private

Definition at line 61 of file consolehandler.cxx.