docs.rs failed to build sod-log-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sod-log-0.3.1
sod-log
sod::Service logging implementations via log.
Service Impls
LogDebugServicelogsDebuginput at a configured log level tolog::log, returning the input as output.LogDisplayServicelogsDisplayinput at a configured log level tolog::log, returning the input as output.
Use Case
These Service impls are most useful for logging an event as it passes through a service chain.
Example
use Service;
use LogDisplayService;
let logging_service = info;
logging_service.process.unwrap;