SyslogTags constructor

SyslogTags({
  1. String? hostName,
  2. String? appName,
  3. String? procId,
})

Implementation

SyslogTags({
  this.hostName,
  this.appName,
  this.procId,
});