CommonLogClass
Module | ejs.web |
Definition | class CommonLogClass |
Inheritance | CommonLogClass Object |
Common Log web server logging.
This logs each HTTP request to a file in the Common Log format defined by the Apache web server.
Properties
Qualifiers | Property | Type | Description |
Inherited Properties
CommonLogClass Class Methods
Qualifiers | Method |
(No own class methods defined)
Inherited Methods
CommonLogClass Instance Methods
Qualifiers | Method |
| CommonLogClass(app, logger: Stream = expression) |
| Constructor for the CommonLogClass. |
Inherited Methods
Method Detail
ejs.web CommonLogClass(app, logger:
Stream = expression)
- Description
- Constructor for the CommonLogClass.
- Parameters
app | Application function. |
logger: Stream | Optional logger. Defaults to App.log. [default: expression] |