WinFwk.UIModules.UIModule.Log C# (CSharp) 메소드

Log() 공개 메소드

public Log ( string text, Exception exception ) : void
text string
exception System.Exception
리턴 void
        public void Log(string text, Exception exception)
        {
            MessageBus.SendMessage(new LogMessage(this, text, exception));
        }

Same methods

UIModule::Log ( string text, LogLevelType logLevel = LogLevelType.Info ) : void