LibreOffice
LibreOffice 5.0 SDK API Reference
|
specifies a component implementing a log handler whose output channel is the processes console. More...
import "ConsoleHandler.idl";
Public Member Functions | |
create () | |
creates a ConsoleHandler More... | |
createWithSettings ([in] sequence< ::com::sun::star::beans::NamedValue > Settings) raises ( ::com::sun::star::lang::IllegalArgumentException ) | |
creates an instance of the log handler, using generic settings More... | |
Additional Inherited Members | |
![]() | |
interface | ::com::sun::star::lang::XComponent |
allows life time control for the handler More... | |
![]() | |
long | Threshold |
denotes the LogLevel threshold used to determine to which console the events should be logged. More... | |
specifies a component implementing a log handler whose output channel is the processes console.
create | ( | ) |
creates a ConsoleHandler
createWithSettings | ( | [in] sequence< ::com::sun::star::beans::NamedValue > | Settings) | ||
raises | ( | ::com::sun::star::lang::IllegalArgumentException | |||
) |
creates an instance of the log handler, using generic settings
Settings | contains the initial settings for the log handler |
The following settings are recognized and supported:
Encoding
- denotes the initial value of the XLogHandler::Encoding Formatter
- denotes the initial value of the XLogHandler::Formatter Level
- denotes the initial value of the XLogHandler::Level Threshold
- denotes the initial value of the XConsoleHandler::Threshold com::sun::star::lang::IllegalArgumentException | if Settings contains arguments with names other than in the list above, or settings whose value is of the wrong type. |