🔗 Function: log()
log<
T
>(value
,msg
,level
):T
Defined in: src/core/util.ts:141
Log a message to the console with the specified level
🔗 Type Parameters
🔗 T
T
🔗 Parameters
🔗 value
T
value to inspect
🔗 msg
string
message to log
🔗 level
LogLevel
= LOG_DEBUG
log level
🔗 Returns
T
- value passed through
🔗 Since
0.7.0