Example how to create a Log entry locally

(info) This can be done from any application asynchronously, as SQLite is the common interface.

sqlite3 /data/os/dm/awsclient_log_database.db \
"INSERT INTO LOG ('serial', 'name', 'id', 'severity', 'text') VALUES ('$(bhtinfo -s)', 'Device-Management', '$(date +%s)', 'error', 'Hello world!');"

Example output of the Logger