C# Class Editor.Scheduler.Logs

Afficher le fichier Open project: RIATEAM/MYSTIC

Méthodes publiques

Свойство Type Description
LOG System.IO.StreamWriter

Méthodes publiques

Méthode Description
Dispose ( ) : void
Start ( string type ) : void
Write ( string s ) : void
WriteLine ( string s ) : void

Method Details

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

Start() public static méthode

public static Start ( string type ) : void
type string
Résultat void

Write() public static méthode

public static Write ( string s ) : void
s string
Résultat void

WriteLine() public static méthode

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

Property Details

LOG public_oe static_oe property

public static StreamWriter,System.IO LOG
Résultat System.IO.StreamWriter