Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
::  com  :: sun  :: star  :: logging  :: 
 
 
struct LogRecord 
 
 
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 © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.