com.ibm.websphere.als
Interface Logger
All known implementing classes:
Deprecated.
- public interface Logger
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getStorageSource()
Deprecated. Returns the storage source associated with this Logger object
|
|
write(LogRecord[] data)
Deprecated. Writes the data to the presistent medium
|
Method Detail
write
- void write(LogRecord[] data)
- throws java.lang.Exception
Deprecated.
Writes the data to the presistent medium
Parameters:
data - array of LogRecords Throws:
java.lang.Exception - when enable to write to storage getStorageSource
- java.lang.Object getStorageSource( )
Deprecated.
Returns the storage source associated with this Logger object