C# Class Invert.Core.DefaultLogger

Inheritance: IDebugLogger
Mostra file Open project: InvertGames/uFrame.Editor

Public Methods

Method Description
Log ( string message ) : void
LogException ( Exception ex ) : void

Method Details

Log() public method

public Log ( string message ) : void
message string
return void

LogException() public method

public LogException ( Exception ex ) : void
ex System.Exception
return void