summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/logging/XLogger.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/logging/XLogger.idl')
-rw-r--r--offapi/com/sun/star/logging/XLogger.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl
index d32e66b3e4ab..048a60dd6c62 100644
--- a/offapi/com/sun/star/logging/XLogger.idl
+++ b/offapi/com/sun/star/logging/XLogger.idl
@@ -55,7 +55,7 @@ interface XLogger
/** adds the given handler to the list of handlers.
- <p>When an event is logged, the logger will create a <type>LogRecord</type>
+ <p>When an event is logged, the logger will create a LogRecord
for this event, and pass this record to all registered handlers. Single handlers
might or might not log those records at their own discretion, and depending on
additional restrictions such as filters specified at handler level.</p>