C# Class Logger2, lunar-unity-console

Afficher le fichier Open project: SpaceMadness/lunar-unity-console Class Usage Examples

Méthodes publiques

Méthode Description
LogDebug ( string message ) : void
LogError ( string message ) : void
LogWarning ( string message ) : void
ThrowException ( string message ) : void

Method Details

LogDebug() public static méthode

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

LogError() public static méthode

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

LogWarning() public static méthode

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

ThrowException() public static méthode

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