[][src]Module umpire::log

An abstract logging interface.

This is one channel over which the game engine and various UIs can communicate.

Structs

Message

A loggable message, along with some presentation details such as foreground and background colors, and a sigil or mark.

Enums

MessageSource

Traits

LogTarget

A valid target to which messages can be logged.