C# Class TechEngine.Engine.Logger

Afficher le fichier Open project: DotTech/3D-software-renderer

Méthodes publiques

Méthode 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 méthode

public static Report ( ) : string
Résultat string

Value() public static méthode

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