[][src]Module dqcsim::common::log::proxy

A generic log proxy implementation.

This module defines the LogProxy struct and implements the Log trait for it.

Use

Example

Structs

LogProxy

A LogProxy is a logger implementation (Log) which sends log records using its Sender side of a Channel.