Discrete Dipole Approximation Project  1.0
Plugin based Discrete Dipole Approximation (DDA) software package.
logging.h File Reference

Detailed Description

Provides basing logging and output function, should be called by all
code to provide write to STDOUT, STDERR and LOG.
Date
22/11/2013
Author
Glen Fletcher (glenf.nosp@m.let@.nosp@m.gmail.nosp@m..com)
#include "def.h"
#include "include.h"
#include "thread.h"

Functions

bool DdapAPI * LogError (std::string fmt,...)
 Write Error Message to the Log File.
 
bool DdapAPI * LogInfo (std::string fmt,...)
 Write General Information to the Log File.
 
bool DdapAPI * LogWarn (std::string fmt,...)
 Write Warning Message to the Log File.