C# Class cleanLayer.Log

Afficher le fichier Open project: Vipeax/cleanLayer

Méthodes publiques

Méthode Description
AddReader ( ILog LogReader ) : void
RemoveReader ( ILog LogReader ) : void
WriteLine ( string text ) : void

Method Details

AddReader() public static méthode

public static AddReader ( ILog LogReader ) : void
LogReader ILog
Résultat void

RemoveReader() public static méthode

public static RemoveReader ( ILog LogReader ) : void
LogReader ILog
Résultat void

WriteLine() public static méthode

public static WriteLine ( string text ) : void
text string
Résultat void