Servertec EventLogEntry
Documentation
Conventions
Command Line
Java API
AccessLogEntry
Codecs
DString
ErrorLogEntry
EventLogEntry
iws
Logger
ServletManager
Utils

Servlet API
Servlets
Config 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.

message

The event.

Syntax

public String message

Example

os.print(entry.message);

timestamp

When the event occurred.

Syntax

public long timestamp

Example

os.print(entry.timestamp);
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:46 EDT 2005