NETWORK ATTACKS FRAMEWORK  1.0.0
A NETwork Attacks framework. Making network attacks impact evaluation easier!
NA_NesgLog.h File Reference
#include <fstream>
#include <omnetpp.h>
#include <stdarg.h>
#include <NA_Utils.h>

Go to the source code of this file.

Classes

class  NA_NesgLog
 Specific logs for MA framework. More...

Defines

#define NESGLOGHEADER   "[" << NA_Utils::currentDateTime() << "][" << simTime() << "][NESGLOG]: "
 LOG header.
#define LOG   log << NESGLOGHEADER
 LOG macro.

Define Documentation

#define LOG   log << NESGLOGHEADER

LOG macro.

Definition at line 40 of file NA_NesgLog.h.

#define NESGLOGHEADER   "[" << NA_Utils::currentDateTime() << "][" << simTime() << "][NESGLOG]: "

LOG header.

Definition at line 38 of file NA_NesgLog.h.

 All Classes Files Functions Variables Typedefs Enumerator Defines