isLogPathInitialized static method

bool isLogPathInitialized(
  1. dynamic message
)

Implementation

static bool isLogPathInitialized(dynamic message) {
  return platform_log.TCICLogImpl.isLogPathInitialized(message);
}