Expand description
Output and logging utilities for TCSS CLI
Enums§
- Verbosity
Level - 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