com.ibm.websphere.als
Interface Logger
-
- All Known Implementing Classes:
- DatabaseLogger, FileLogger, HttpLogger
Deprecated.
public interface LoggerThis class defines interface for writing LogRecords to persistent storage
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.ObjectgetStorageSource()Deprecated.Returns the storage source associated with this Logger objectvoidwrite(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
-
-