C# 클래스 Fuzzer.DataLoggers.ErrorLog

상속: IDataLogger
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
ErrorLog ( string path ) : System
FinishedFuzzRun ( ) : void
LogDebuggerStop ( IDebuggerStop debuggerStop ) : void
StartingFuzzRun ( ) : void

비공개 메소드들

메소드 설명
BuildLogFile ( ) : string

Builds the next Pipe logfile

메소드 상세

ErrorLog() 공개 메소드

public ErrorLog ( string path ) : System
path string
리턴 System

FinishedFuzzRun() 공개 메소드

public FinishedFuzzRun ( ) : void
리턴 void

LogDebuggerStop() 공개 메소드

public LogDebuggerStop ( IDebuggerStop debuggerStop ) : void
debuggerStop IDebuggerStop
리턴 void

StartingFuzzRun() 공개 메소드

public StartingFuzzRun ( ) : void
리턴 void