@substrate-system/debug
Preparing search index...
createDebug
Function createDebug
createDebug
(
namespace
?:
null
|
string
,
env
?:
Record
<
string
,
any
>
,
)
:
(
...
args
:
any
[]
)
=>
void
Create a debugger with the given
namespace
.
Parameters
Optional
namespace
:
null
|
string
Optional
env
:
Record
<
string
,
any
>
Returns
(
...
args
:
any
[]
)
=>
void
Index
Methods
should
Log
Methods
should
Log
shouldLog
(
envString
:
string
)
:
boolean
|
""
Parameters
envString
:
string
Returns
boolean
|
""
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
should
Log
@substrate-system/debug
Loading...
Create a debugger with the given
namespace
.