debug

Function debug 

Source
pub fn debug(action: &str, message: &str)
Expand description

Debug log (only shown when LOG_LEVEL=debug)

ยงExample

tana_stdio::debug("cache", "hit for key: user_123");
// Output (only if LOG_LEVEL=debug): [cache] hit for key: user_123