20 #ifndef __com_sun_star_logging_LogLevel_idl__
21 #define __com_sun_star_logging_LogLevel_idl__
24 module com { module sun { module star { module logging {
40 const long OFF = 0x7FFFFFFF;
68 const long ALL = -0x80000000;
const long CONFIG
denotes a static configuration message to be logged
Definition: LogLevel.idl:52
const long WARNING
For warning messages (color: orange).
Definition: InfobarType.idl:28
const long FINE
denotes basic tracing information to be logged
Definition: LogLevel.idl:55
const long ALL
This value is used to query for all methods, see XIntrospectionAccess::getMethod() and XIntrospection...
Definition: MethodConcept.idl:42
const long FINEST
denotes highly detailed tracing information to be logged
Definition: LogLevel.idl:61
const long SEVERE
denotes a serious failure to be logged
Definition: LogLevel.idl:43
const long OFF
specifies that no messages are to be logged at all
Definition: LogLevel.idl:40
const long FINER
denotes more fine-grained tracing information to be logged
Definition: LogLevel.idl:58
const long INFO
For information messages (color: light blue).
Definition: InfobarType.idl:22