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.)
Mostrar archivo Open project: helios-io/helios

Public Properties

Property Type Description
Default IHeliosTraceWriter

Public Methods

Method 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 method

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
return void

Property Details

Default public_oe static_oe property

The default IHeliosTraceWriter.
public static IHeliosTraceWriter Default
return IHeliosTraceWriter