certificate provider
Summary: _typescript_ Reviewed By: passy Differential Revision: D17096517 fbshipit-source-id: a6e69e8b9a82fe76bb1de51a3a93182f35f40b3f
This commit is contained in:
committed by
Facebook Github Bot
parent
9970c50daf
commit
5868946818
@@ -14,9 +14,9 @@ export type TrackType =
|
||||
| 'operation-cancelled';
|
||||
|
||||
export interface Logger {
|
||||
track(type: TrackType, event: string, data: ?any, plugin?: string): void;
|
||||
track(type: TrackType, event: string, data?: any, plugin?: string): void;
|
||||
|
||||
trackTimeSince(mark: string, eventName: ?string): void;
|
||||
trackTimeSince(mark: string, eventName?: string | null | undefined): void;
|
||||
|
||||
info(data: any, category: string): void;
|
||||
|
||||
Reference in New Issue
Block a user