C# Class toop_project.src.Logging.Logger

Inheritance: ILogger, ISolverLogger, IDisposable
显示文件 Open project: ProjectSun/toop-project

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddLine ( MessageType type, string line ) : void
Logger ( ) : System

Method Details

AddIterationInfo() public method

public AddIterationInfo ( int num, double residual ) : void
num int
residual double
return void

Debug() public method

public Debug ( string message ) : void
message string
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Error() public method

public Error ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

SetFile() public method

public SetFile ( string filename ) : void
filename string
return void