createLogLevel static method

LogLevel createLogLevel(
  1. String name,
  2. int color,
  3. int iconData
)

creates log level with given parameters

Implementation

static protos.LogLevel createLogLevel(
  String name,
  int color,
  int iconData,
) =>
    ProtoMaker.createLogLevel(name, color, iconData);