C# Class Unity.Core.System.SystemLogger

Afficher le fichier Open project: Appverse/appverse-mobile Class Usage Examples

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
SystemLogger ( ) : System

Method Details

Log() public static méthode

public static Log ( Module module, string message ) : void
module Module
message string
Résultat void

Log() public static méthode

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

Log() public static méthode

public static Log ( string message ) : void
message string
Résultat void

Log() public static méthode

public static Log ( string message, Exception ex ) : void
message string
ex System.Exception
Résultat void