koroandr / log4ts

Logging library for TypeScript
MIT License
42 stars 11 forks source link

creating a file appender #11

Open viklele opened 7 years ago

viklele commented 7 years ago

Any guidance for implementing a file appender for use in ionic2?

Using cordova file plugin (https://github.com/apache/cordova-plugin-file) it is possible to write to a file. This will be very useful for ionic2 developers.