AwbUpdater.ErrorHandler.BugReport.PrintForPhabricator C# (CSharp) 메소드

PrintForPhabricator() 공개 메소드

public PrintForPhabricator ( ) : string
리턴 string
            public string PrintForPhabricator()
            {
                return Print(new PhabricatorBugFormatter());
            }