C# Class System.Diagnostics.Debug.UnixDebugLogger

Inheritance: IDebugLogger
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
WriteCore ( string message ) : void

Private Methods

Method Description
WriteToDebugger ( string message ) : void
WriteToStderr ( string message ) : void

Method Details

ShowAssertDialog() public method

public ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
stackTrace string
message string
detailMessage string
return void

WriteCore() public method

public WriteCore ( string message ) : void
message string
return void