blob: 7829cac9e7a7c436cdde7e6ca1514f5ac1e575a4 [file] [log] [blame]
{
"$schema": "https://lnav.org/schemas/format-v1.schema.json",
"dart_devtools_log": {
"title": "Dart DevTools Log Format",
"description": "Log format used for https://github.com/flutter/devtools logging.",
"url": "https://github.com/flutter/devtools",
"file-type": "json",
"level-field": "level",
"level": {
"stats": "FINER",
"notice": "FINE",
"info": "INFO",
"warning": "WARNING",
"critical": "SEVERE",
"fatal": "SHOUT"
},
"ordered-by-time": true
}
}