C# Class 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.)
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Свойство Type Description
Default IHeliosTraceWriter

Méthodes publiques

Méthode Description
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.

Method Details

SetWriter() public static méthode

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
Résultat void

Property Details

Default public_oe static_oe property

The default IHeliosTraceWriter.
public static IHeliosTraceWriter Default
Résultat IHeliosTraceWriter