stackdriver_logger 0.8.2

A logger for Google's Stackdriver with a cli-friendly fallback for local development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"eventTime": "2019-09-28T04:00:00.000000000+00:00",
	"message": "Error! \n at my_file.rs:1337",
	"reportLocation": {
		"filePath": "my_file.rs",
		"lineNumber": 1337,
		"modulePath": "my_module"
	},
	"serviceContext": {
		"service": "test",
		"version": "0.0.0"
	},
	"severity": "ERROR"
}