Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
logger
Logger
Type Alias Logger
type
Logger
=
{
debug
:
(
message
:
string
)
=>
void
;
error
:
(
message
:
string
)
=>
void
;
info
:
(
message
:
string
)
=>
void
;
log
:
(
message
:
string
)
=>
void
;
table
:
(
data
:
unknown
)
=>
void
;
warn
:
(
message
:
string
)
=>
void
;
}
Index
Properties
debug
error
info
log
table
warn
Properties
debug
debug
:
(
message
:
string
)
=>
void
error
error
:
(
message
:
string
)
=>
void
info
info
:
(
message
:
string
)
=>
void
log
log
:
(
message
:
string
)
=>
void
table
table
:
(
data
:
unknown
)
=>
void
warn
warn
:
(
message
:
string
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
debug
error
info
log
table
warn
Arize Phoenix TS
Loading...