@nextcloud/logger
GitHub
Preparing search index...
ILogger
Interface ILogger
interface
ILogger
{
debug
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
;
error
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
;
fatal
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
;
info
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
;
warn
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
;
}
Index
Methods
debug
error
fatal
info
warn
Methods
debug
debug
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
Parameters
message
:
string
|
Error
Optional
context
:
IContext
Returns
void
error
error
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
Parameters
message
:
string
|
Error
Optional
context
:
IContext
Returns
void
fatal
fatal
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
Parameters
message
:
string
|
Error
Optional
context
:
IContext
Returns
void
info
info
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
Parameters
message
:
string
|
Error
Optional
context
:
IContext
Returns
void
warn
warn
(
message
:
string
|
Error
,
context
?:
IContext
)
:
void
Parameters
message
:
string
|
Error
Optional
context
:
IContext
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
debug
error
fatal
info
warn
GitHub
@nextcloud/logger
Loading...