public class Logentries extends Object
Constructor and Description |
---|
Logentries(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
debug(String msg) |
void |
error(String msg) |
static Logentries |
get() |
static void |
init(Context context) |
void |
verbose(String msg) |
void |
warn(String msg) |
public Logentries(Context context)