Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.share.error
Class LogEntry

java.lang.Object
  |
  +--oracle.cabo.share.error.LogEntry

public class LogEntry
extends java.lang.Object

Object for recording a single log entry.

See Also:
RecordingErrorLog

Constructor Summary
LogEntry(java.lang.String message, java.lang.Throwable t, int level)
           
 
Method Summary
 int getLevel()
           
 java.lang.String getMessage()
           
 java.lang.Throwable getThrowable()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(java.lang.String message,
                java.lang.Throwable t,
                int level)
Method Detail

getMessage

public java.lang.String getMessage()

getThrowable

public java.lang.Throwable getThrowable()

getLevel

public int getLevel()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.