static public void DisableLog() { Log = EmptyLog; LogFormat = EmptyLogFormat; LogWarning = EmptyLogWarning; LogError = EmptyLogError; }
public VFileStorage(logFunc logfunc) { log = logfunc; if (log == null) { log = nullLog; } log("VFileStorage.constructor, ..."); // http://www.silverlight.net/learn/graphics/file-and-local-data/isolated-storage-%28silverlight-quickstart%29 setFolder(dirName); } // public VFileStorage(logFunc logfunc)
public VPrintImpl() { log = nullLog; configure(); }
public VPrintImpl(logFunc l) { log = l; configure(); }
public VRedlineImpl(logFunc l) { log = l; configure(); }
public VRestoreFromServ() { log = nullLog; configure(null, null); }
public VRestoreFromServ(logFunc l) { log = l; configure(null, null); }
static public void DisableAllLog() { Log = EmptyLog; LogWarning = EmptyLogWarning; LogError = EmptyLogError; }
static extern void set_debug_log_func(logFunc func);
public VExtraLayersImpl(logFunc l) { log = l; configure(); }
public VSeismodensImpl(logFunc l) { log = l; configure(); }