Assembly: Db;
Namespace: Prognoz.Platform.Interop.Db;
The ILog interface contains properties and methods of the Log repository object.
ILog
when a new log is created, to ensure its correct work, determine the following minimum set of properties in the settings:
| Property name | Brief description | |
| The Database property determines a database in which the log is stored. | ||
| The Fields property returns an object containing all fields of log. | ||
| The NativeName property determines a physical name of log. |
| Method name | Brief description | |
| The AlterLog method updates the table structure of the specified log on database server, according to structure of current log. | ||
| The CreateLog method creates a log in database on the basis of available metadata. | ||
| The DropLog method removes log from database. | ||
| The PutRecord method adds a record to the log. | ||
| The UpdateLog method updates log table structure in a database. |
See also: