Skip to content

Instantly share code, notes, and snippets.

View cthos's full-sized avatar
🤔

Alexander Ward cthos

🤔
View GitHub Profile
@cthos
cthos / app.component.ts
Created February 5, 2018 17:29
Making a really dumb Ionic 3 Filelogger
constructor(platform: Platform) {
platform
.ready()
.then(() => {
// statusBar.overlaysWebView(false);
statusBar.styleDefault();
splashScreen.hide();
this.dumblog.realLog = console;