debug_logger 0.0.21 debug_logger: ^0.0.21 copied to clipboard
Logging utility used for debugging
debug_logger #
debug_logger
is an open source project — it's one among many other shared libraries that make up the wider ecosystem of software made and open sourced by Savannah Informatics Limited
.
A shared library that is responsible for displaying various logging options used for development and debugging
- Utility for dev logging
How to use debug_logger #
Print fields and values to the terminal this way:
DebugLogger.debug(your_value);