| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectAutoFuzzMain.LoggingFacility
public class LoggingFacility
This class is used to control logging of AutoFuzz during fuzzing process. All messages should go through functions provided by this class
| Constructor Summary | |
|---|---|
| LoggingFacility() | |
| Method Summary | |
|---|---|
|  java.io.File | instantiateNewFuzzingLogFile()Creates a new log file in | 
|  java.io.File | instantiateNewSystemLogFile(java.lang.String logName)Creates a new system log file in | 
|  boolean | writeLogMessage(java.io.File f,
                int severity,
                java.lang.String msg)This function should be used to log all AutoFuzz messages | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LoggingFacility()
| Method Detail | 
|---|
public java.io.File instantiateNewFuzzingLogFile()
public java.io.File instantiateNewSystemLogFile(java.lang.String logName)
public boolean writeLogMessage(java.io.File f,
                               int severity,
                               java.lang.String msg)
f - File name to which log message will be writtenseverity - Severity level of the error. The following levels are recognized: 0 - Info, 1 - Warning, 2 - Error, 3 - Criticalmsg - The actual message to be written
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||