0.0.1 • Published 6 months ago

custom-logger-plugin v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

custom-logger-plugin

Capacitor custom logger plugin for the test task

Install

npm install custom-logger-plugin
npx cap sync

API

log(...)

log(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


0.0.1

6 months ago