2021-12-11 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Log' class to the 'rivwebapi' API.
	* Modified the 'ListLogs()' method to use the 'Log' class in the
	'rivwebapi' API.
	* Added a 'LogLine' class to the 'rivwebapi' API.
	* Modified the 'ListLog()' method to use the 'LogLine' class in the
	'rivwebapi' API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-12-11 13:16:15 -05:00
parent dd3cee96d4
commit f8f0b937bc
4 changed files with 159 additions and 196 deletions

View File

@@ -22743,3 +22743,10 @@
* Modified the 'AddCut()', 'ListCut()' and 'ListCuts()' methods
to use the 'Cut' class in the 'rivwebapi' API.
* Added an 'EditCut()' method to the 'rivwebpyapi' API.
2021-12-11 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Log' class to the 'rivwebapi' API.
* Modified the 'ListLogs()' method to use the 'Log' class in the
'rivwebapi' API.
* Added a 'LogLine' class to the 'rivwebapi' API.
* Modified the 'ListLog()' method to use the 'LogLine' class in the
'rivwebapi' API.