:: com :: sun :: star :: logging ::

interface XConsoleHandler
Base Interfaces
XConsoleHandlerXLogHandler
   ┗ ::com::sun::star::lang::XComponent

XLogHandler

Attributes' Summary
Threshold denotes the LogLevel threshold used to determine to which console the events should be logged.  
Attributes' Details
Threshold
long Threshold;
Description
denotes the LogLevel threshold used to determine to which console the events should be logged.

Events with a level greater or equal to Threshold will be logged to stderr, all others to stdout.

The default value for this attribute is LogLevel::SEVERE.

Top of Page