C# Class Fuzzer.DataLoggers.ErrorLog

Inheritance: IDataLogger
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
ErrorLog ( string path ) : System
FinishedFuzzRun ( ) : void
LogDebuggerStop ( IDebuggerStop debuggerStop ) : void
StartingFuzzRun ( ) : void

Private Methods

Méthode Description
BuildLogFile ( ) : string

Builds the next Pipe logfile

Method Details

ErrorLog() public méthode

public ErrorLog ( string path ) : System
path string
Résultat System

FinishedFuzzRun() public méthode

public FinishedFuzzRun ( ) : void
Résultat void

LogDebuggerStop() public méthode

public LogDebuggerStop ( IDebuggerStop debuggerStop ) : void
debuggerStop IDebuggerStop
Résultat void

StartingFuzzRun() public méthode

public StartingFuzzRun ( ) : void
Résultat void