# Log Event
|LOG ITEM|Log Defince| Log|Note|
|--------|-----------|-------|-----|
|DEV_GROUP_JOIN |message log for delete/add device |Device [00187dff009f] Add to group "Ungrouped Devices" Success/Failed|
|DEV_SETTING_UPDATE |Setting event [Claim/Release] |Claim/Release device 00187dff009f {ERROR_MESSAGE} |
|DEV_SETTING_UPDATE |Setting event [Claim/Release] |Device 00187dff009f claim/release updated.|
|DEV_SETTING_UPDATE |Setting event [Network] |Network setting error for device 00187dff009f {ERROR_MESSAGE} |
|DEV_SETTING_UPDATE |Setting event [Network] |Network setting update is in progress for device 00187dff009f |
|DEV_SETTING_UPDATE |Setting event [USB] |USB setting error for device 00187dff009f |
|DEV_SETTING_UPDATE |Setting event [USB] |USB setting update is in progress for device 00187dff009f |
|LOG_UNDEFINE_EVENT |Undefine event [Firmware] |FIRMWARE {ERROR_MESSAGE}|
|LOG_UNDEFINE_EVENT |Undefine event [Firmware] |Firmware update fail. File path is not exist {Upload Folder path} |
|LOG_UNDEFINE_EVENT |Undefine event [Firmware] |Get firmware file list fail |
|DEV_SETTING_UPDATE |Setting event [LeaveAPISetting] |Leave Device 00187dff009f {ERROR_MESSAGE}|Include type[STEREO_AUDIO/ HDMI/HDMI_AUDIO/MULTICH_AUDIO]|
|DEV_SETTING_UPDATE |Setting event [LeaveAPISetting] |Unsubscribe(leave) setting updated for device 00187dff009f|Include type[STEREO_AUDIO/ HDMI/HDMI_AUDIO/MULTICH_AUDIO]|
|DEV_SETTING_UPDATE |Setting event [startAPISetting] |Start stream for device 00187dff009f {ERROR_MESSAGE}|Include type[STEREO_AUDIO/ HDMI/HDMI_AUDIO/MULTICH_AUDIO]|
|DEV_SETTING_UPDATE |Setting event [startAPISetting] |Start setting updated for 00187dff009f |Include type[STEREO_AUDIO/ HDMI/HDMI_AUDIO/MULTICH_AUDIO] |
|DEV_SETTING_UPDATE |Setting event [stopAPISetting] |Stop stream for device 00187dff009f {ERROR_MESSAGE}|Include type[STEREO_AUDIO/HDMI/HDMI_AUDIO/MULTICH_AUDIO]</br></br> **All STOP events Log ITEM is DEV_SETTING_UPDATE**|
|DEV_SETTING_UPDATE |Setting event [stopAPISetting] |Stop stream setting updated for 00187dff009f |Include type[STEREO_AUDIO/HDMI/HDMI_AUDIO/MULTICH_AUDIO]</br></br> **All STOP events Log ITEM is DEV_SETTING_UPDATE**|
|DEV_SETTING_UPDATE |Setting event [hdcpSetting] |HDCP setting device 00187dff009f {ERROR_MESSAGE}|Include type[1.4/ 2.2]|
|DEV_SETTING_UPDATE |Setting event [hdcpSetting] |Device 00187dff009f hdcp setting is updated|Include type[1.4/ 2.2]|
|LOG_UNDEFINE_EVENT |Undefine event [MCU Firmware] |MCU Firmware update {Upload Folder path}, File path is not exist |
|LOG_UNDEFINE_EVENT |Undefine event [getMonitorInfo] |Get device : 00187dff009f EDID code error {ERROR_MESSAGE}|As per me No need to include log for this|
|LOG_UNDEFINE_EVENT |Undefine event [getMonitorInfo] |Get device : 00187dff009f EDID code error {ERROR_MESSAGE}|As per me No need to include log for this|
### Updated log events with updated Log Item
```
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Claim/Release device "+deviceID},respDeviceClaim.error.message)
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Device "+deviceID+" claim/release updated."})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Network setting error for device"+data[i].deviceId},respUpdateDevices[i].error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Network setting update is in progress for device"+data[i].deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"USB setting error for device"+data[i].deviceId},respUpdateDevices[i].error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"USB setting update is in progress for device"+data[i].deviceId})
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"FIRMWARE "},error.message)
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"Firmware update fail. File path is not exist "+uploadFolder})
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"FIRMWARE "},"Get firmware file list fail")
new SuccessLog(LOG_UNDEFINE_EVENT,0,{data:"FIRMWARE "},"Get list of firmware files.")
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Leave Device "+deviceId},respUpdateDevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Unsubscribe(leave) setting updated for device "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Start stream for device "+deviceId},respUpdateDevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Start setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId+", get pair deviceId with IP "+targetDeviceInfo.configuration.address})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+pairDeviceInfo.deviceID},respStopBDevice.error.message)
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopBDevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+pairDeviceInfo.deviceID})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respStopADevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"Stop stream for device "+deviceId},respUpdateDevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Stop stream setting updated for "+deviceId})
new FailureLog(DEV_SETTING_UPDATE,0,{data:"HDCP setting device "+deviceId+" error"},respUpdateDevice.error.message)
new SuccessLog(DEV_SETTING_UPDATE,0,{data:"Device "+deviceId+" hdcp setting is updated"})
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"MCU firmware update"+mcuUploadFolder},"File path is not exist")
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"Get device : "+deviceId+" EDID code error"},processResult.message)
new FailureLog(LOG_UNDEFINE_EVENT,0,{data:"Get device : "+deviceId+" EDID code error"},processResult.message)
```