| 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
)
Function GetLog (
logId As String
) As LogFileInfo
LogFileInfo^ GetLog(
String^ logId
)
abstract GetLog :
logId : string -> LogFileInfo
Parameters
- logId
- Type: SystemString
The log identifier.
Return Value
Type:
LogFileInfoReturns the log file information.
See Also