Click or drag to resize

IAmiServiceContractGetLog Method

Gets a specific log file.

Namespace:  SanteDB.Rest.AMI
Assembly:  SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 2.2.1
Syntax
LogFileInfo GetLog(
	string logId
)

Parameters

logId
Type: SystemString
The log identifier.

Return Value

Type: LogFileInfo
Returns the log file information.
See Also