C# Class System.Diagnostics.Debug.UnixDebugLogger

Inheritance: IDebugLogger
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
WriteCore ( string message ) : void

Private Methods

Méthode Description
WriteToDebugger ( string message ) : void
WriteToStderr ( string message ) : void

Method Details

ShowAssertDialog() public méthode

public ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
stackTrace string
message string
detailMessage string
Résultat void

WriteCore() public méthode

public WriteCore ( string message ) : void
message string
Résultat void