getInstance static method

LogBuilder getInstance(
  1. String tag
)

Gets an instance of LogBuilder with the specified tag.

Implementation

static LogBuilder getInstance(String tag) {
  return LogBuilder(tag);
}