C# Class SFXUtility.Logger.UselessLogger

Inheritance: ILogger
Afficher le fichier Open project: Smokyfox/LeagueSharp

Méthodes publiques

Méthode Description
Dispose ( ) : void
Write ( string message ) : void
WriteBlock ( string header, string message ) : void
WriteLine ( string message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

WriteBlock() public méthode

public WriteBlock ( string header, string message ) : void
header string
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void