withAppVersion method

LoggerBuilder withAppVersion(
  1. String appVersion
)

Set app version

Implementation

LoggerBuilder withAppVersion(String appVersion) {
  _appVersion = appVersion;
  return this;
}