Backstage
Docs
Github
Preparing search index...
@backstage/backend-plugin-api
index
LoggerService
Interface LoggerService
A service that provides a logging facility.
See the
service documentation
for more details.
interface
LoggerService
{
child
(
meta
:
JsonObject
)
:
LoggerService
;
debug
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
;
error
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
;
info
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
;
warn
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
;
}
Hierarchy (
View Summary
)
LoggerService
RootLoggerService
Index
Methods
child
debug
error
info
warn
Methods
child
child
(
meta
:
JsonObject
)
:
LoggerService
Parameters
meta
:
JsonObject
Returns
LoggerService
debug
debug
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
Parameters
message
:
string
Optional
meta
:
JsonObject
|
Error
Returns
void
error
error
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
Parameters
message
:
string
Optional
meta
:
JsonObject
|
Error
Returns
void
info
info
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
Parameters
message
:
string
Optional
meta
:
JsonObject
|
Error
Returns
void
warn
warn
(
message
:
string
,
meta
?:
JsonObject
|
Error
)
:
void
Parameters
message
:
string
Optional
meta
:
JsonObject
|
Error
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
child
debug
error
info
warn
Docs
Github
Backstage
Loading...
A service that provides a logging facility.
See the service documentation for more details.