C# Class CSL.NetworkExtensions.Framework.Debug

Afficher le fichier Open project: Katalyst6/CSL.NetworkExtensions Class Usage Examples

Méthodes publiques

Méthode Description
Error ( ) : void
Error ( bool useComma ) : void
Log ( ) : void
Message ( ) : void
Message ( bool useComma ) : void
Out ( ColossalFramework messageType, bool useComma ) : void
Warning ( ) : void
Warning ( bool useComma ) : void

Method Details

Error() public static méthode

public static Error ( ) : void
Résultat void

Error() public static méthode

public static Error ( bool useComma ) : void
useComma bool
Résultat void

Log() public static méthode

public static Log ( ) : void
Résultat void

Message() public static méthode

public static Message ( ) : void
Résultat void

Message() public static méthode

public static Message ( bool useComma ) : void
useComma bool
Résultat void

Out() public static méthode

public static Out ( ColossalFramework messageType, bool useComma ) : void
messageType ColossalFramework
useComma bool
Résultat void

Warning() public static méthode

public static Warning ( ) : void
Résultat void

Warning() public static méthode

public static Warning ( bool useComma ) : void
useComma bool
Résultat void