Constructs a new logging print stream.parampriority from {@link android.util.Log}paramtag to log if (tag == null) { throw new NullPointerException("tag"); } this.priority = priority; this.tag = tag;
if (tag == null) { throw new NullPointerException("tag"); } this.priority = priority; this.tag = tag;
Log.println(priority, tag, line);