Log an item to the smartCARS system log
Request Body
application/json
message*string
level*string
Value in
"info" | "warning" | "success" | "danger"data?||||
Response Body
curl -X POST "http://localhost:7172/api/log" \ -H "Content-Type: application/json" \ -d '{ "message": "string", "level": "info" }'Empty
Empty