Click or drag to resize

AmiServiceBehaviorBaseGetLog Method

Gets a specific log file.

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

Parameters

logId
Type: SystemString
The log identifier.

Return Value

Type: LogFileInfo
Returns the log file information.

Implements

IAmiServiceContractGetLog(String)
See Also