public interface Logger
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getStorageSource()
Deprecated.
Returns the storage source associated with this Logger object
|
void |
write(LogRecord[] data)
Deprecated.
Writes the data to the presistent medium
|
void write(LogRecord[] data) throws java.lang.Exception
data
- array of LogRecordsjava.lang.Exception
- when enable to write to storagejava.lang.Object getStorageSource()