public static void addLevel(string format) { NetLog.addLevel(format); }
public static void addLevel(int level) { NetLog.addLevel(level); }