C# Class UnityPlatformWindowsPhone.WindowsPhoneLog

Inheritance: Unity.Core.Log.AbstractLog, IAppverseService
Show file Open project: Appverse/appverse-mobile

Public Methods

Method Description
Log ( string message ) : Task
Log ( string message, LogLevel level ) : Task
WindowsPhoneLog ( ) : System.Collections.Generic

Method Details

Log() public method

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

Log() public method

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

WindowsPhoneLog() public method

public WindowsPhoneLog ( ) : System.Collections.Generic
return System.Collections.Generic