[][src]Crate stackdriver_logger

Structs

Service

Enums

StackdriverLogLevel

Log levels available in Stackdriver

Functions

formatted_builder

Returns a env_logger::Builder for further customization.

init

Initialize the logger. For debug build, this falls back to pretty_env_logger. For release build, we're using the json structure expected by Stackdriver (without service and with report location).

init_with

Initialize the logger. For debug build, this falls back to pretty_env_logger. For release build, we're using the json structure expected by Stackdriver.