C# Class YwDebug, 2DPlatformer-SLua

Afficher le fichier Open project: yaukeywang/2DPlatformer-SLua Class Usage Examples

Méthodes publiques

Méthode Description
Log ( object cMessage ) : void
LogError ( object cMessage ) : void
LogException ( Exception cMessage ) : void
LogWarning ( object cMessage ) : void

Method Details

Log() public static méthode

public static Log ( object cMessage ) : void
cMessage object
Résultat void

LogError() public static méthode

public static LogError ( object cMessage ) : void
cMessage object
Résultat void

LogException() public static méthode

public static LogException ( Exception cMessage ) : void
cMessage Exception
Résultat void

LogWarning() public static méthode

public static LogWarning ( object cMessage ) : void
cMessage object
Résultat void