C# Class toop_project.src.Logging.Logger

Inheritance: ILogger, ISolverLogger, IDisposable
Afficher le fichier Open project: ProjectSun/toop-project

Méthodes publiques

Méthode Description
AddIterationInfo ( int num, double residual ) : void
Debug ( string message ) : void
Dispose ( ) : void
Error ( string message ) : void
Info ( string message ) : void
SetFile ( string filename ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddLine ( MessageType type, string line ) : void
Logger ( ) : System

Method Details

AddIterationInfo() public méthode

public AddIterationInfo ( int num, double residual ) : void
num int
residual double
Résultat void

Debug() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Error() public méthode

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

Info() public méthode

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

SetFile() public méthode

public SetFile ( string filename ) : void
filename string
Résultat void