src/index.ts
This module provides support for streaming your winston logs to Stackdriver Logging.
TransportStream
Properties |
|
Methods |
constructor(options?: types.Options)
|
||||||
Defined in src/index.ts:94
|
||||||
Parameters :
|
common |
Type : LoggingCommon
|
Defined in src/index.ts:94
|
Static Readonly LOGGING_TRACE_KEY |
Default value : COMMON_TRACE_KEY
|
Defined in src/index.ts:92
|
log |
log(info: any, callback: Callback)
|
Defined in src/index.ts:106
|
Returns :
void
|