C# Класс Mosa.Compiler.Trace.TraceLog

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Log ( ) : void
Log ( IEnumerable lines ) : void
Log ( string line ) : void
ToString ( ) : string
TraceLog ( TraceType type, MosaMethod method, string stage, Mosa.Compiler.Trace.TraceFilter filter ) : System.Collections.Generic
TraceLog ( TraceType type, MosaMethod method, string stage, bool active ) : System.Collections.Generic
TraceLog ( TraceType type, MosaMethod method, string stage, string section, bool active ) : System.Collections.Generic

Защищенные методы

Метод Описание
TraceLog ( TraceType type ) : System.Collections.Generic

Описание методов

Log() публичный Метод

public Log ( ) : void
Результат void

Log() публичный Метод

public Log ( IEnumerable lines ) : void
lines IEnumerable
Результат void

Log() публичный Метод

public Log ( string line ) : void
line string
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

TraceLog() защищенный Метод

protected TraceLog ( TraceType type ) : System.Collections.Generic
type TraceType
Результат System.Collections.Generic

TraceLog() публичный Метод

public TraceLog ( TraceType type, MosaMethod method, string stage, Mosa.Compiler.Trace.TraceFilter filter ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
filter Mosa.Compiler.Trace.TraceFilter
Результат System.Collections.Generic

TraceLog() публичный Метод

public TraceLog ( TraceType type, MosaMethod method, string stage, bool active ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
active bool
Результат System.Collections.Generic

TraceLog() публичный Метод

public TraceLog ( TraceType type, MosaMethod method, string stage, string section, bool active ) : System.Collections.Generic
type TraceType
method MosaMethod
stage string
section string
active bool
Результат System.Collections.Generic