0.0.1 • Published 2 years ago
custom-logger-plugin v0.0.1
custom-logger-plugin
Capacitor custom logger plugin for the test task
Install
npm install custom-logger-plugin
npx cap syncAPI
log(...)
log(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
0.0.1
2 years ago