Class Overview
This handler keeps track in memory of all published records until flush is called.
Summary
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.log.Handler
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.microstrategy.utils.log.Configurable
abstract
void
|
configure(String prefix)
Requests the configurable object to configure itself.
|
|
Public Constructors
public
InMemoryHandler
()
Public Methods
Returns an array with the LogRecords that have been published.