MELCloud & MELCloud Home API for Node.js - v23.3.3
GitHub
npm
Preparing search index...
Logger
Interface Logger
Logger interface for API call tracing.
interface
Logger
{
error
:
(
...
data
:
any
[]
)
=>
void
;
log
:
(
...
data
:
any
[]
)
=>
void
;
}
Index
Properties
error
log
Properties
Readonly
error
error
:
(
...
data
:
any
[]
)
=>
void
Log error messages.
Readonly
log
log
:
(
...
data
:
any
[]
)
=>
void
Log informational messages.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
log
GitHub
npm
MELCloud & MELCloud Home API for Node.js - v23.3.3
Loading...
Logger interface for API call tracing.