MELCloud & MELCloud Home API for Node.js - v48.2.0
GitHub
GitHub Packages
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
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
log
GitHub
GitHub Packages
MELCloud & MELCloud Home API for Node.js - v48.2.0
Loading...
Logger interface for API call tracing.