|
Class: HTTPFullAccessLogger
Object
|
+--HTTPAccessLogger
|
+--HTTPFileAccessLogger
|
+--HTTPFullAccessLogger
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Server
- Version:
- rev:
1.8
date: 2021/01/20 14:48:47
- user: cg
- file: HTTPFullAccessLogger.st directory: goodies/webServer
- module: stx stc-classLibrary: webServer
copyrightCOPYRIGHT (c) 2003 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
actions
-
logAccessFrom: aRequest to: aStreamOrFilename
-
log a HTTP access. If aStreamOrFilename is not nil log to it,
otherwise log to logFile
html presentation
-
changeFromRequest: aRequest
-
Superclass says that I am responsible to implement this method
-
inputFieldsForRequest: aRequest
-
Superclass says that I am responsible to implement this method
|