Module output

Module output 

Source
Expand description

Output and logging utilities for TCSS CLI

Enums§

VerbosityLevel
Verbosity levels

Functions§

debug
Print a debug message (only shown in debug mode)
debug_value
Print debug information about a value
error
Print an error message
file_size
Print file size information (only in verbose mode)
header
Print a header
info
Print an info message
init
Initialize the output system with verbosity settings
is_debug
Check if debug mode is enabled
is_verbose
Check if verbose mode is enabled
separator
Print a separator line
step
Print a step message (for multi-step operations)
subheader
Print a subheader
success
Print a success message
timing
Print timing information (only in verbose mode)
verbose
Print a verbose message (only shown in verbose mode)
warning
Print a warning message