getInstance static method
Gets an instance of LogBuilder with the specified tag
.
Implementation
static LogBuilder getInstance(String tag) {
return LogBuilder(tag);
}
Gets an instance of LogBuilder with the specified tag
.
static LogBuilder getInstance(String tag) {
return LogBuilder(tag);
}