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.)
파일 보기 프로젝트 열기: helios-io/helios

공개 프로퍼티들

프로퍼티 타입 설명
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