:: com :: sun :: star :: logging ::
|
unpublished |
struct LogRecord |
|
|
|
- Usage Restrictions
- not published
- Description
- assembles the complete information about a to-be-logged event
- Since
- OOo 2.3
- See also
- XLogger
|
Elements' Summary |
LoggerName |
specifies the name of the logger at which the record is logged |
SourceClassName |
specifies the name of the class, in which the record was logged.
This name might be empty, in case the caller to one of the various
log methods of XLogger did not specify it.
|
SourceMethodName |
specifies the name of the method, in which the record was logged.
This name might be empty, in case the caller to one of the various
log methods of XLogger did not specify it.
|
Message |
specifies the to-be-logged message |
LogTime |
specifies the time at which the event was logged |
SequenceNumber |
specifies the number of the log event.
Subsequent events get assigned increasing sequence numbers by the XLogger
at which they're logged.
|
ThreadID |
specifies the ID of the thread in which the event was logged |
Level |
specifies the level of the log event
|
Elements' Details |
LoggerName
string LoggerName;
- Description
- specifies the name of the logger at which the record is logged
|
|
SourceClassName
string SourceClassName;
- Description
- specifies the name of the class, in which the record was logged.
This name might be empty, in case the caller to one of the various
log methods of XLogger did not specify it.
|
|
SourceMethodName
string SourceMethodName;
- Description
- specifies the name of the method, in which the record was logged.
This name might be empty, in case the caller to one of the various
log methods of XLogger did not specify it.
|
|
Message
string Message;
- Description
- specifies the to-be-logged message
|
|
LogTime
::com::sun::star::util::DateTime LogTime;
- Description
- specifies the time at which the event was logged
|
|
SequenceNumber
hyper SequenceNumber;
- Description
- specifies the number of the log event.
Subsequent events get assigned increasing sequence numbers by the XLogger
at which they're logged.
|
|
ThreadID
string ThreadID;
- Description
- specifies the ID of the thread in which the event was logged
|
|
Level
long Level;
- Description
- specifies the level of the log event
- See also
- LogLevel
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.