Pudu programming language
Menu
API reference

Std.Log.stderr

1 declaration

fn

stderr: Std.Log.Logger

This is a callable function.

What it does

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

Where a program's diagnostics belong when its answer goes to output, so the

two can be read apart and piped apart.

Read the signature

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

Back to Std.LogSearch related declarations