EAPUtilWriteToRequestLog Method |
Name | Description | |
---|---|---|
WriteToRequestLog(IAppContext, IDatabase, String, String, Double) |
Writes pertinent information to request log. This method is the more generic version where we're just interested in logging some error information.
| |
WriteToRequestLog(IAppContext, IDatabase, String, String, String, String, Double, String) |
Writes an entry to the xot_request_log. The database to which the entry is written is controlled by either an
application property "PageActivityDatasource", or is written to the database object passed in the argument list (if not null)
or the data database of the application object if the database argument is null.
| |
WriteToRequestLog(IAppContext, IDatabase, String, String, String, String, Double, String, String) |
Writes an entry to the xot_request_log. The database to which the entry is written is controlled by either an
application property "PageActivityDatasource", or is written to the database object passed in the argument list (if not null)
or the data database of the application object if the database argument is null.
| |
WriteToRequestLog(IAppContext, IDatabase, String, String, String, String, Double, String, String, String) |
Writes an entry to the xot_request_log. The database to which the entry is written is controlled by either an
application property "PageActivityDatasource", or is written to the database object passed in the argument list (if not null)
or the data database of the application object if the database argument is null.
|