com.ibm.websphere.als
Class FileLogger
- java.lang.Object
com.ibm.websphere.als.FileLogger
Deprecated.
- public class FileLogger
- extends java.lang.Object
- implements Logger
If a field is null, a dash (-) will be written in that position. See
DatabaseLogger class for definition of the fields.
Constructor Summary
Constructor and Description
FileLogger(java.io.PrintStream ps)
Method Summary
Modifier and Type
Method and Description
getStorageSource()
write(LogRecord[] data)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FileLogger
ps
- - a PrintStream. If this stream is the System.out and
the calling webapp defines Standard Output file (see
WebSphere Application Server Administrative Console), the output will go to the
webapp's Standard Output file.
Method Detail
write
data
- array of LogRecords java.lang.Exception
- when unable to write to storage
getStorageSource
getStorageSource
in interface Logger