#include "thread.h"
#include <stdio.h>
#include <assert.h>
Include dependency graph for new_sim_log.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | NewSimulatorLog |
Class for the handling of logfiles. More... | |
Defines | |
#define | dDefaultLogfile "log" |
default logfile name | |
#define | dIpmiLogPropNone 0 |
no property | |
#define | dIpmiLogStdOut 1 |
use stdout | |
#define | dIpmiLogStdErr 2 |
use stderr | |
#define | dIpmiLogLogFile 4 |
use a log file | |
#define | dIpmiLogFile 8 |
use a file | |
Variables | |
NewSimulatorLog | stdlog |
Define object stdlog of class NewSimulatorLog. |
The new Simulator plugin is adapted from the ipmidirect plugin. Thanks to Thomas Kanngieser <thomas.kanngieser@fci.com> Pierre Sangouard <psangouard@eso-tech.com>