VSCode-Logger API - v1.7.3
Preparing search index...
logSession/types
LogSessionCallbacks
Interface LogSessionCallbacks
Callbacks surfaced by a log session to its consumer.
interface
LogSessionCallbacks
{
onClose
:
()
=>
void
;
onError
:
(
message
:
string
)
=>
void
;
onHostKeyMismatch
?:
(
details
:
{
expected
:
string
;
received
:
string
}
,
)
=>
void
;
onLine
:
(
line
:
string
)
=>
void
;
onStatus
:
(
message
:
string
)
=>
void
;
}
Index
Properties
on
Close
on
Error
on
Host
Key
Mismatch?
on
Line
on
Status
Properties
on
Close
onClose
:
()
=>
void
on
Error
onError
:
(
message
:
string
)
=>
void
Optional
on
Host
Key
Mismatch
onHostKeyMismatch
?:
(
details
:
{
expected
:
string
;
received
:
string
}
)
=>
void
on
Line
onLine
:
(
line
:
string
)
=>
void
on
Status
onStatus
:
(
message
:
string
)
=>
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Close
on
Error
on
Host
Key
Mismatch
on
Line
on
Status
VSCode-Logger API - v1.7.3
Loading...
Callbacks surfaced by a log session to its consumer.