Module log4rs_routing_appender::route [] [src]

Routers.

A router determines the appender to which a log event should be sent.

Modules

pattern

A router which constructs appenders from a template configuration.

Structs

Appender

An opaque, wrapped appender stored by the Cache.

Cache

A cache of appenders.

OccupiedEntry

An entry which exists in the cache.

VacantEntry

An entry which does not exist in the cache.

Enums

Entry

A (possibly vacant) entry of a Cache.

Traits

Route

A trait implemented by types that can route log events to appenders.