Module timely::logging [] [src]

Traits, implementations, and macros related to logging timely events.

Structs

ApplicationEvent

Application-defined code startor stop

ChannelsEvent

The creation of a channel between operators.

CommChannelsEvent

Event on a communication channel

EventPusherTee

An EventPusher that supports dynamically adding new EventPushers.

GuardedMessageEvent

Application-defined code start or stop

GuardedProgressEvent

Application-defined code start or stop

InputEvent

Input logic start/stop

LoggerConfig

Shared wrapper for log writer constructors.

MessagesEvent

Message send or receive event

OperatesEvent

The creation of an Operate implementor.

ProgressEvent

Send or receive of progress information.

PushProgressEvent

External progress pushed onto an operator

ScheduleEvent

Operator start or stop.

TimelySetup

Identifier of the worker that generated a log line

Enums

CommChannelKind

Kind of communication channel

StartStop

Records the starting and stopping of an operator.

TimelyEvent

An event in a timely worker

Functions

new_inactive_logger

A log writer that does not log anything.

Type Definitions

Logger

A log writer.