Click or drag to resize

EAPUtilWriteToRequestLog Method

Overload List
  NameDescription
Public methodStatic memberWriteToRequestLog(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.
Public methodStatic memberWriteToRequestLog(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.
Public methodStatic memberWriteToRequestLog(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.
Public methodStatic memberWriteToRequestLog(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.
Top
See Also