C# Class Antlr3.Build.Tasks.AntlrClassGenerationTaskInternal.LoggingTraceListener

Inheritance: System.Diagnostics.TraceListener
Datei anzeigen Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
LoggingTraceListener ( IList buildMessages ) : System
Write ( string message ) : void
WriteLine ( string message ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

LoggingTraceListener() public method

public LoggingTraceListener ( IList buildMessages ) : System
buildMessages IList
return System

Write() public method

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

WriteLine() public method

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