DebugLogger
sealed external interface DebugLogger : <ERROR CLASS> ERROR CLASS: Symbol not found for js.function.JsFunction<ERROR CLASS: Symbol not found for js.array.Tuple1<kotlin/String>, kotlin/Unit>(source)
Properties
Link copied to clipboard
The util.debuglog().enabled
getter is used to create a test that can be used in conditionals based on the existence of the NODE_DEBUG
environment variable. If the section
name appears within the value of that environment variable, then the returned value will be true
. If not, then the returned value will be false
.