OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.UserStatistics.LogLinesAJAX Class Reference
Inheritance diagram for OpenSim.Region.UserStatistics.LogLinesAJAX:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.UserStatistics.LogLinesAJAX:
Collaboration graph
[legend]

Public Member Functions

Hashtable ProcessModel (Hashtable pParams)
 
string RenderView (Hashtable pModelResult)
 
string RenderJson (Hashtable pModelResult)
 Return the last log lines. Output in the format: More...
 

Properties

string ReportName [get]
 
- Properties inherited from OpenSim.Region.UserStatistics.IStatsController
string ReportName [get]
 

Detailed Description

Definition at line 42 of file LogLinesAJAX.cs.

Member Function Documentation

Hashtable OpenSim.Region.UserStatistics.LogLinesAJAX.ProcessModel ( Hashtable  pParams)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 59 of file LogLinesAJAX.cs.

string OpenSim.Region.UserStatistics.LogLinesAJAX.RenderJson ( Hashtable  pModelResult)
inline

Return the last log lines. Output in the format:

{"logLines": [
"line1",
"line2",
...
]
}
Parameters
pModelResult
Returns

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 142 of file LogLinesAJAX.cs.

string OpenSim.Region.UserStatistics.LogLinesAJAX.RenderView ( Hashtable  pModelResult)
inline

Implements OpenSim.Region.UserStatistics.IStatsController.

Definition at line 66 of file LogLinesAJAX.cs.

Property Documentation

string OpenSim.Region.UserStatistics.LogLinesAJAX.ReportName
get

Definition at line 55 of file LogLinesAJAX.cs.


The documentation for this class was generated from the following file: