C# Class HoloToolkit.Sharing.ConsoleLogWriter

Inheritance: LogWriter
Show file Open project: peted70/fd-holodemo Class Usage Examples

Public Methods

Method Description
WriteLogEntry ( LogSeverity severity, string message ) : void

Method Details

WriteLogEntry() public method

public WriteLogEntry ( LogSeverity severity, string message ) : void
severity LogSeverity
message string
return void