system.kanoa.log.getLoggers
Description
Returns logger configurationSyntax
getLoggers(paramsDict)Parameters:
Dictionary
| Parameter | Type | Required | Notes |
|---|---|---|---|
| loggerId | int | ||
| loggerName | string | ||
| assetId | int | ||
| assetPath | string | ||
| assetName | string | ||
| enabled | bool |
Code Examples
# Example Usage:
paramsDict = {
'loggerId': 4
}
loggerData = system.kanoa.logger.getLoggers(paramsDict, 5)