Skip to content

Commit

Permalink
Added android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Slowhand0309 committed Jun 1, 2016
1 parent 9cc64c9 commit 1673423
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platforms/android/MrLogger.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


class MrLogger {

native void info(String message);
native void warn(String message);
native void error(String message);
native void debug(String message);

// TODO implemention.
}

0 comments on commit 1673423

Please sign in to comment.