Pudu programming language
Menu
API reference

Std.Log.stdout

1 declaration

fn

stdout: Std.Log.Logger

This is a callable function.

What it does

A logger to the output stream, keeping everything from Info up.

Info rather than Debug, because a default that says everything trains a

reader to ignore the output, and the one thing a log must not be is ignored.

Read the signature

  • The text after the name is the type checked by Pudu.

Back to Std.LogSearch related declarations