Example #1
0
        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;
 }
Example #4
0
 public DnxOutputPad()
 {
     instance = this;
     IdeApp.Workspace.SolutionLoaded += SolutionLoaded;
 }
Example #5
0
 public DnxOutputPad()
 {
     instance = this;
 }