FunctionLogger constructor

const FunctionLogger(
  1. void _fn(
    1. String level,
    2. String message
    )
)

Implementation

const FunctionLogger(this._fn);