Module quil::targets [] [src]

Contains logger targets and the target trait for implementing custom targets

Structs

Console

Console is a logger target which logs human readable output to stdout

ConsoleOptions

Contains configuration options for a Console object. ConsoleOptions can be used to create Console objects with custom settings. All options default to false.

Dump
JsonFile

Line separated JSON log file target

TargetSet

A target that writes logged messages to a collection of targets contained with in.

Traits

Target

Structs that implement Target can be used with Logger.

Functions

escape_chars