NEURON
logger.hpp File Reference
#include <fmt/printf.h>

Go to the source code of this file.

Functions

template<typename... Args>
int Fprintf (FILE *stream, const char *fmt, Args... args)
 
template<typename... Args>
int Printf (const char *fmt, Args... args)
 

Variables

int(* nrnpy_pr_stdoe_callback )(int, char *)
 

Function Documentation

◆ Fprintf()

template<typename... Args>
int Fprintf ( FILE *  stream,
const char *  fmt,
Args...  args 
)

Definition at line 8 of file logger.hpp.

◆ Printf()

template<typename... Args>
int Printf ( const char *  fmt,
Args...  args 
)

Definition at line 18 of file logger.hpp.

Variable Documentation

◆ nrnpy_pr_stdoe_callback

int(* nrnpy_pr_stdoe_callback) (int, char *) ( int  ,
char *   
)
extern

Definition at line 811 of file fileio.cpp.