Inheritance diagram for OpenSim::Data::MySQL::MySQLLogData:

Public Member Functions | |
| void | Initialise () |
| Default-initialises the plugin. | |
| void | Initialise (string connect) |
| Artificial constructor called when the plugin is loaded Uses the obsolete mysql_connection.ini if connect string is empty. | |
| void | saveLog (string serverDaemon, string target, string methodCall, string arguments, int priority, string logMessage) |
| Saves a log item to the database. | |
| void | Dispose () |
| Closes the database provider. | |
Public Attributes | |
| MySQLManager | database |
| The database manager. | |
Properties | |
| string | Name [get] |
| Returns the name of this DB provider. | |
| string | Version [get] |
| Returns the version of this DB provider. | |
| void OpenSim::Data::MySQL::MySQLLogData::Initialise | ( | ) | [inline] |
| void OpenSim::Data::MySQL::MySQLLogData::Initialise | ( | string | connect | ) | [inline] |
Artificial constructor called when the plugin is loaded Uses the obsolete mysql_connection.ini if connect string is empty.
| connect | connect string |
Implements OpenSim::Data::ILogDataPlugin.
| void OpenSim::Data::MySQL::MySQLLogData::saveLog | ( | string | serverDaemon, | |
| string | target, | |||
| string | methodCall, | |||
| string | arguments, | |||
| int | priority, | |||
| string | logMessage | |||
| ) | [inline] |
Saves a log item to the database.
| serverDaemon | The daemon triggering the event | |
| target | The target of the action (region / agent UUID, etc) | |
| methodCall | The method call where the problem occured | |
| arguments | The arguments passed to the method | |
| priority | How critical is this? | |
| logMessage | The message to log |
Implements OpenSim::Data::ILogDataPlugin.
| void OpenSim::Data::MySQL::MySQLLogData::Dispose | ( | ) | [inline] |
Closes the database provider.
do nothing
The database manager.
string OpenSim::Data::MySQL::MySQLLogData::Name [get] |
Returns the name of this DB provider.
Implements OpenSim::Framework::IPlugin.
string OpenSim::Data::MySQL::MySQLLogData::Version [get] |
Returns the version of this DB provider.
Implements OpenSim::Framework::IPlugin.
1.5.1