C# Class HoloToolkit.Sharing.LogManager

Inheritance: global::System.IDisposable
Mostrar archivo Open project: OpenHID/InteractivePaint

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Log ( LogSeverity severity, string message ) : void

Private Methods

Method Description
LogManager ( global cPtr, bool cMemoryOwn )
getCPtr ( LogManager obj ) : global::System.Runtime.InteropServices.HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Log() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool