Servertec   EventLogEntry
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Add-ons
How To
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
AccessLogEntry
Codecs
Connection
ConnectionPool...
DString
ErrorLogEntry
EventLogEntry
FileCache
FileUpload
IOHandler
IOManager
iws
Logger
MultiPartForm
QuickSort
QuickSortString...
Realm
RealmAdmin...
RealmManager
ServletContextImpl
ServletContext...
ServletImpl
ServletManager
Utils

Servlet API
CGI
SSI
Servlets
Config Files
Log Files
Classes
Directory Tree

Samples
Sales
Legal
Feedback

 

java.lang.Object
 |
 +--stec.iws.EventLogEntry

public class EventLogEntry

Defines variables used by iServer for logging events.

Fields

Field Description
message The event.
timestamp When the event occurred in milliseconds since January 1, 1970, 00:00:00 GMT.

message

The event.

Syntax

public String message

Example

os.print(entry.message);

timestamp

When the event occurred in milliseconds since January 1, 1970, 00:00:00 GMT.

Syntax

public long timestamp

Example

os.print(new Date(entry.timestamp).toString());
 top of page
 Built with iScript Copyright © 1997-2000 Servertec. All rights reserved.
Last Modified: Thu Aug 10 13:06:59 EDT 2000