C# Class Appverse.Core.iBeacon.SystemLogger

ファイルを表示 Open project: Appverse/appverse-mobile Class Usage Examples

Public Methods

Method Description
Log ( Module module, string message ) : void
Log ( Module module, string message, Exception ex ) : void
Log ( string message ) : void
Log ( string message, Exception ex ) : void

Method Details

Log() public static method

public static Log ( Module module, string message ) : void
module Module
message string
return void

Log() public static method

public static Log ( Module module, string message, Exception ex ) : void
module Module
message string
ex System.Exception
return void

Log() public static method

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

Log() public static method

public static Log ( string message, Exception ex ) : void
message string
ex System.Exception
return void