electron-direct-ipc - v2.2.3
Preparing search index...
common/DirectIpcLogger
DirectIpcLogger
Interface DirectIpcLogger
Logger interface for DirectIpc
interface
DirectIpcLogger
{
debug
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
;
error
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
;
info
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
;
silly
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
;
warn
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
;
}
Index
Properties
debug?
error?
info?
silly?
warn?
Properties
Optional
debug
debug
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
Optional
error
error
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
Optional
info
info
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
Optional
silly
silly
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
Optional
warn
warn
?:
(
message
:
string
,
...
args
:
unknown
[]
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
silly
warn
electron-direct-ipc - v2.2.3
Loading...
Logger interface for DirectIpc