C# Class TeslaTizen.Utils.LogUtil

Afficher le fichier Open project: bclymer/Tesla-for-Tizen

Méthodes publiques

Méthode Description
Debug ( string message, string file = "", string func = "", int line ) : void
Error ( string message, string file = "", string func = "", int line ) : void
Fatal ( string message, string file = "", string func = "", int line ) : void
Info ( string message, string file = "", string func = "", int line ) : void
Verbose ( string message, string file = "", string func = "", int line ) : void
Warn ( string message, string file = "", string func = "", int line ) : void

Method Details

Debug() public static méthode

public static Debug ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void

Error() public static méthode

public static Error ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void

Fatal() public static méthode

public static Fatal ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void

Info() public static méthode

public static Info ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void

Verbose() public static méthode

public static Verbose ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void

Warn() public static méthode

public static Warn ( string message, string file = "", string func = "", int line ) : void
message string
file string
func string
line int
Résultat void