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.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/logging/XLogger.idl b/offapi/com/sun/star/logging/XLogger.idl
index b7d945a11dd5..09fe9dc0eced 100644
--- a/offapi/com/sun/star/logging/XLogger.idl
+++ b/offapi/com/sun/star/logging/XLogger.idl
@@ -117,17 +117,17 @@ published interface XLogger
void log( [in] long Level, [in] string Message );
/** logs a given message, detailing the source class and method at which the logged
- event occured.
+ event occurred.
@param Level
the log level of this message. If this level is smaller than the logger's <member>Level</member>
attribute, then the call will be ignored.
@param SourceClass
- the source class at which the logged event occured.
+ the source class at which the logged event occurred.
@param SourceMethod
- the source class at which the logged event occured.
+ the source class at which the logged event occurred.
@param Message
the message to log