C# Class Unity.Platform.Windows.WindowsLog

Inheritance: Unity.Core.Log.AbstractLog
Exibir arquivo Open project: Appverse/appverse-mobile Class Usage Examples

Public Methods

Method Description
Log ( string message ) : bool
Log ( string message, LogLevel level ) : bool

Method Details

Log() public method

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

Log() public method

public Log ( string message, LogLevel level ) : bool
message string
level LogLevel
return bool