AwbUpdater.ErrorHandler.BugReport.PrintForPhabricator C# (CSharp) Méthode

PrintForPhabricator() public méthode

public PrintForPhabricator ( ) : string
Résultat string
            public string PrintForPhabricator()
            {
                return Print(new PhabricatorBugFormatter());
            }