@zimtsui/brainswitch
Preparing search index...
InferenceContext
Logger
Interface Logger
interface
Logger
{
cost
?:
(
deltaCost
:
number
)
=>
void
;
inference
?:
Channel
<
typeof
Level
,
string
>
;
message
?:
Channel
<
typeof
Level
,
unknown
>
;
}
Index
Properties
cost?
inference?
message?
Properties
Optional
cost
cost
?:
(
deltaCost
:
number
)
=>
void
Optional
inference
inference
?:
Channel
<
typeof
Level
,
string
>
Optional
message
message
?:
Channel
<
typeof
Level
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cost
inference
message
@zimtsui/brainswitch
Loading...