public interface LoggingFacility
static int
DEBUG
ERROR
INFO
WARNING
void
writeLog(int level, String tag, String message, Throwable t)
static final int DEBUG
static final int INFO
static final int WARNING
static final int ERROR
void writeLog(int level, String tag, String message, Throwable t)
level
tag
message
t
Copyright © 2015. All rights reserved.