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