C# Class Batch.Internal.Logger

Afficher le fichier Open project: BatchLabs/unity-plugin

Méthodes publiques

Méthode Description
Error ( bool debug, string method, Exception exception ) : void
Error ( bool debug, string method, string message ) : void
Log ( bool debug, string method, Exception exception ) : void
Log ( bool debug, string method, string message ) : void

Method Details

Error() public static méthode

public static Error ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
Résultat void

Error() public static méthode

public static Error ( bool debug, string method, string message ) : void
debug bool
method string
message string
Résultat void

Log() public static méthode

public static Log ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
Résultat void

Log() public static méthode

public static Log ( bool debug, string method, string message ) : void
debug bool
method string
message string
Résultat void