dash.utility.output

Defines the Dash logger, using the std.logger proposal.

Members

Classes

DashLogger
class DashLogger

Dash's custom logger.

Functions

bench
void bench(lazy string name)

Benchmark the running of a function, and log the result to the debug buffer. *

Meta