static RCSystem() { Args = RCLArgv.Instance; // Setup the logger first in case the Activator throws an exception Log = new RCLogger(Args.NoKeys, Args.Show, Args.Hide); Log.SetVerbosity(Args.OutputEnum); Activator = RCActivator.CreateDefault(); }
public static void Reconfigure(RCLArgv args) { Args = args; Log = new RCLogger(Args.NoKeys, Args.Show, Args.Hide); Log.SetVerbosity(Args.OutputEnum); }