Debug is a convenient alias for Root().Debug
(msg string)
| 106 | |
| 107 | // Debug is a convenient alias for Root().Debug |
| 108 | func Debug(msg string) { |
| 109 | root.Debug(msg) |
| 110 | } |
| 111 | |
| 112 | // Info is a convenient alias for Root().Info |
| 113 | func Info(msg string) { |