C# Class CSL_Traffic.Logger

Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod

Méthodes publiques

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

Method Details

LogError() public static méthode

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

LogInfo() public static méthode

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

LogWarning() public static méthode

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