Vinyl
Preparing search index...
@amzn/vinyl-amzn
LoggingService
Interface LoggingService
interface
LoggingService
{
log
<
T
>
(
data
:
JsonCompatible
<
T
>
)
:
void
;
}
Implemented by
VinylErrorLogger
Index
Methods
log
Methods
log
log
<
T
>
(
data
:
JsonCompatible
<
T
>
)
:
void
Logs the given message to a service endpoint.
Type Parameters
T
Parameters
data
:
JsonCompatible
<
T
>
The message to log.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
log
Vinyl
Loading...
Logs the given message to a service endpoint.