com.ibm.websphere.als

Interface Logger

All known implementing classes:
DatabaseLogger, FileLogger, HttpLogger

Deprecated.
  1. public interface Logger
This class defines interface for writing LogRecords to persistent storage

Method Summary

Modifier and Type Method and Description
  1. java.lang.Object
getStorageSource()
Deprecated. Returns the storage source associated with this Logger object
  1. void
write(LogRecord[] data)
Deprecated. Writes the data to the presistent medium

Method Detail

write

  1. void write(LogRecord[] data)
  2. 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

  1. java.lang.Object getStorageSource( )
Deprecated.
Returns the storage source associated with this Logger object