Logging

Index

All Logging functions

Name Function header Example Result Description Errorhandling
debug func(objs …interface{}) bool [[ debug "myfile" 123 ]] debugs the given objects

debug

// TODO TB: ist dies die gleiche Funktion wie __debug im Developer-Fun?

func(objs ...interface{}) bool

The debug function …

Example with debug

[[ $v := debug ... ]]

$v contains …