@conciergus/chat - v0.3.1
Preparing search index...
index
PluginLoggerImpl
Class PluginLoggerImpl
Plugin logger implementation
Implements
PluginLogger
Index
Constructors
constructor
Methods
debug
info
warn
error
trace
Constructors
constructor
new
PluginLoggerImpl
(
pluginId
:
string
,
enabled
?:
boolean
)
:
PluginLoggerImpl
Parameters
pluginId
:
string
enabled
:
boolean
= true
Returns
PluginLoggerImpl
Methods
debug
debug
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message
:
string
...
args
:
any
[]
Returns
void
info
info
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message
:
string
...
args
:
any
[]
Returns
void
warn
warn
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message
:
string
...
args
:
any
[]
Returns
void
error
error
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message
:
string
...
args
:
any
[]
Returns
void
trace
trace
(
message
:
string
,
...
args
:
any
[]
)
:
void
Parameters
message
:
string
...
args
:
any
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
debug
info
warn
error
trace
@conciergus/chat - v0.3.1
Loading...
Plugin logger implementation