Servertec EventLogEntry
Documentation
Conventions
Command Line
Administrator
Localization
Programming
Security
Performance
Deployment
Java API
AccessLogEntry
Codecs
Connection
ConnectionPool...
DString
ErrorLogEntry
EventLogEntry
FileCache
FileUpload
IOHandler
IOManager
iws
Logger
MonitorEvent...
MultiPartForm
QuickSort
Realm
RealmAdmin...
RealmManager
ServletContextImpl
ServletContext...
ServletImpl
ServletManager
SocketHandler
Utils

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

Return

 

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

public final class EventLogEntry

Defines variables used by Servertec Internet Server 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
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:38 EDT 2005