C# Класс Helios.Tracing.HeliosTrace

Static class that acts as a container for all built-in tracing that can occur inside Helios core. Does not expose definitions for user-defined tracing (yet.)
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Default IHeliosTraceWriter

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

Метод Описание
SetWriter ( IHeliosTraceWriter writer ) : void

Set the IHeliosTraceWriter that will be used across all built-in Helios calls. Not synchronized, and not intended to be called in concurrent code.

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

SetWriter() публичный статический Метод

Set the IHeliosTraceWriter that will be used across all built-in Helios calls. Not synchronized, and not intended to be called in concurrent code.
public static SetWriter ( IHeliosTraceWriter writer ) : void
writer IHeliosTraceWriter The implementation that will be used internally
Результат void

Описание свойств

Default публичное статическое свойство

The default IHeliosTraceWriter.
public static IHeliosTraceWriter Default
Результат IHeliosTraceWriter