com.ibm.websphere.als
Class HttpLogger
- java.lang.Object
com.ibm.websphere.als.HttpLogger
Deprecated.
- public class HttpLogger
- extends java.lang.Object
- implements Logger
sawt_site=siteName&sawt_type=WT_WAS{&sawt_info=data}+
where data is
See DatabaseLogger class for definition of the fields.
If a field is null, a dash (-) will be written in that position. For example,
"sawt_site=yahoo&sawt_type=WT_WAS&sawt_info=
Constructor Summary
Constructor and Description
HttpLogger(java.net.URL url)
HttpLogger(java.net.URL url,java.lang.String siteName)
Method Summary
Modifier and Type
Method and Description
getStorageSource()
write(LogRecord[] lr)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
HttpLogger
url
- a web program URL receiving the data from this logger such as
a CGI or a servlet
HttpLogger
url
- a web program URL receiving the data from this logger such as
a CGI or a servlet siteName
- a name representing the site where the data generated
Method Detail
write
lr
- array of LogRecords java.lang.Exception
- when unable to send data to the URL after 3 tries.
getStorageSource
getStorageSource
in interface Logger