C# Class TechEngine.Engine.Logger

Show file Open project: DotTech/3D-software-renderer

Public Methods

Method Description
Report ( ) : string
Value ( string key, object value ) : void

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

Method Details

Report() public static method

public static Report ( ) : string
return string

Value() public static method

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