getLevel static method

Level getLevel(
  1. String? s
)

Implementation

static Level getLevel(String? s) => Level.fromOffTag(s) ?? Level.UNDEFINED;