C# 클래스 TechEngine.Engine.Logger

파일 보기 프로젝트 열기: DotTech/3D-software-renderer

공개 메소드들

메소드 설명
Report ( ) : string
Value ( string key, object value ) : void

Create or update a parameter that should be displayed in the debug log

메소드 상세

Report() 공개 정적인 메소드

public static Report ( ) : string
리턴 string

Value() 공개 정적인 메소드

Create or update a parameter that should be displayed in the debug log
public static Value ( string key, object value ) : void
key string
value object
리턴 void