LogRequest constructor

LogRequest(
  1. LogEvent event, {
  2. SLogChannel? channel,
})

A basic Log Request

Used to hold quick access meta data for filtering and request information.

Implementation

LogRequest(
  this.event, {
  this.channel,
});