initSimpleLogger static method

bool initSimpleLogger()

Initialize the logger using simple_logger

Requires the simple_logger Cargo feature.

Returns false if there was already a logger set.

Implementation

static bool initSimpleLogger() {
  final result = _icu4x_Logger_init_simple_logger_mv1();
  return result;
}