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