IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.als
Interface Logger

All Known Implementing Classes:
DatabaseLogger, FileLogger, HttpLogger

Deprecated.

public interface Logger

This class defines interface for writing LogRecords to persistent storage


Method Summary
 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
 

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


IBM WebSphere Application ServerTM
Release 7