Trace logs a new message with trace level.
(value string)
| 20 | |
| 21 | // Trace logs a new message with trace level. |
| 22 | Trace(value string) |
| 23 | |
| 24 | // Info logs a new message with information level. |
| 25 | Info(value string) |
no outgoing calls
no test coverage detected