Scheduler Sim
A CPU Scheduling Algorithm Simulator in C++.
Loading...
Searching...
No Matches
Logger Class Reference

#include <logger.hpp>

Public Member Functions

 Logger (std::string logFileName)
 
 ~Logger ()
 
void log (time_unit occurrenceTime, int pid, std::string status)
 

Constructor & Destructor Documentation

◆ Logger()

Logger::Logger ( std::string  logFileName)
inline

◆ ~Logger()

Logger::~Logger ( )
inline

Member Function Documentation

◆ log()

void Logger::log ( time_unit  occurrenceTime,
int  pid,
std::string  status 
)
inline

The documentation for this class was generated from the following file: