zigbee-herdsman
Preparing search index...
utils/logger
Logger
Interface Logger
interface
Logger
{
debug
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
,
)
=>
void
;
error
:
(
messageOrLambda
:
string
,
namespace
:
string
)
=>
void
;
info
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
)
=>
void
;
warning
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
,
)
=>
void
;
}
Index
Properties
debug
error
info
warning
Properties
debug
debug
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
)
=>
void
error
error
:
(
messageOrLambda
:
string
,
namespace
:
string
)
=>
void
info
info
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
)
=>
void
warning
warning
:
(
messageOrLambda
:
string
|
(
()
=>
string
)
,
namespace
:
string
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
warning
zigbee-herdsman
Loading...