UNPKG

react-native-c8osdk

Version:
10 lines (9 loc) 304 B
export declare class C8oLogger { constructor(); fatal(message: string): Promise<any>; error(message: string): Promise<any>; warn(message: string): Promise<any>; info(message: string): Promise<any>; debug(message: string): Promise<any>; trace(message: string): Promise<any>; }