|  | 
| static final String | LEVEL_INFO = "INFO" | 
|  | 
| static final String | LEVEL_WARNING = "WARN" | 
|  | 
| static final String | LEVEL_ERROR = "ERROR" | 
|  | 
| static final String | LEVEL_STICKY = "STICKY" | 
|  | 
Class implements system message object.
- Author
- Maciej Szewczykowski | macie.nosp@m.j@ba.nosp@m.ltrad.nosp@m..eu 
- Version
- 1.0 
- Since
- 1.0 
◆ LogEntry() [1/2]
  
  | 
        
          | eu.baltrad.dex.log.model.impl.LogEntry.LogEntry | ( | int | id, |  
          |  |  | long | timeStamp, |  
          |  |  | String | logger, |  
          |  |  | String | level, |  
          |  |  | String | message ) |  | inline | 
 
Constructor. 
- Parameters
- 
  
    | id | Record id |  | timeStamp | Current time in milliseconds |  | logger | Logger that generated the message |  | level | Message level |  | message | Message body |  
 
 
 
◆ LogEntry() [2/2]
  
  | 
        
          | eu.baltrad.dex.log.model.impl.LogEntry.LogEntry | ( | long | timeStamp, |  
          |  |  | String | logger, |  
          |  |  | String | level, |  
          |  |  | String | message ) |  | inline | 
 
Constructor. 
- Parameters
- 
  
    | timeStamp | Current time in milliseconds |  | logger | Logger that generated the message |  | level | Message level |  | message | Message body |  
 
 
 
◆ getDate()
  
  | 
        
          | Date eu.baltrad.dex.log.model.impl.LogEntry.getDate | ( |  | ) |  |  | inline | 
 
 
◆ getId()
  
  | 
        
          | int eu.baltrad.dex.log.model.impl.LogEntry.getId | ( |  | ) |  |  | inline | 
 
 
◆ getLevel()
  
  | 
        
          | String eu.baltrad.dex.log.model.impl.LogEntry.getLevel | ( |  | ) |  |  | inline | 
 
 
◆ getLogger()
  
  | 
        
          | String eu.baltrad.dex.log.model.impl.LogEntry.getLogger | ( |  | ) |  |  | inline | 
 
 
◆ getMessage()
  
  | 
        
          | String eu.baltrad.dex.log.model.impl.LogEntry.getMessage | ( |  | ) |  |  | inline | 
 
 
◆ getTimeStamp()
  
  | 
        
          | long eu.baltrad.dex.log.model.impl.LogEntry.getTimeStamp | ( |  | ) |  |  | inline | 
 
 
◆ setDate()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setDate | ( | Date | date | ) |  |  | inline | 
 
 
◆ setId()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setId | ( | int | id | ) |  |  | inline | 
 
 
◆ setLevel()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setLevel | ( | String | level | ) |  |  | inline | 
 
 
◆ setLogger()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setLogger | ( | String | logger | ) |  |  | inline | 
 
 
◆ setMessage()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setMessage | ( | String | message | ) |  |  | inline | 
 
 
◆ setTimeStamp()
  
  | 
        
          | void eu.baltrad.dex.log.model.impl.LogEntry.setTimeStamp | ( | long | timeStamp | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following file:
- src/java/eu/baltrad/dex/log/model/impl/LogEntry.java