test method
Implementation
void test(String content) {
if (PlatformCompat.isOhos) {
print('ohos:>> $tag $content');
return;
}
Alog.test(tag: tag, type: type, moduleName: module, content: content);
}
void test(String content) {
if (PlatformCompat.isOhos) {
print('ohos:>> $tag $content');
return;
}
Alog.test(tag: tag, type: type, moduleName: module, content: content);
}