Application Logging - Manual - Industrial Edge Platform - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & References

Portfolio
Industrial Edge
Product
Industrial Edge Platform
Edition
02/2025
Language
en-US (original)

The application log is expected to be published on the logging topic, any general application log which are not direct responses to any given command, like application unhandled errors, cameras error messages and camera connectivity issues.

Response

Frame Field Description Type
1 payload Response object Binary String (UTF-8)

Response Object

Field Optional Type Description
Timestamp Yes String Application host date and time on ISO8601 format, when the message was created.
Code Yes Integer Message code following Message Codes.
Level No String Log level - Debug, Info, Warning, Error
Message No String Response message
{
    "Timestamp":"2014-01-09T13:35:34.000000000+0100",
    "Code": 50331650,
    "Level":"Error",
    "Message":"Lost connection with myCam1"
}