public static void Log(LogLevel logLevel, int eventId, object state, Exception exception, Func <object, Exception, string> formatter) { DnxOutputPad pad = DnxOutputPad.Instance; if (pad != null) { pad.Log(logLevel, eventId, state, exception, formatter); } }
public DnxOutputPad() { instance = this; IdeApp.Workspace.SolutionLoaded += SolutionLoaded; }
public DnxOutputPad() { instance = this; }