You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.5 KiB
72 lines
2.5 KiB
\hypertarget{logger_8c}{
|
|
\section{src/logger.c File Reference}
|
|
\label{logger_8c}\index{src/logger.c@{src/logger.c}}
|
|
}
|
|
{\ttfamily \#include $<$stdarg.h$>$}\par
|
|
{\ttfamily \#include \char`\"{}logger.h\char`\"{}}\par
|
|
{\ttfamily \#include \char`\"{}interface/class.h\char`\"{}}\par
|
|
{\ttfamily \#include \char`\"{}interface/logger.h\char`\"{}}\par
|
|
Include dependency graph for logger.c:
|
|
\subsection*{Functions}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
\hyperlink{logger_8c_a4dd368b7bead6fa0805e91405d90f786}{INIT\_\-IFACE} (Class, ctor, dtor, NULL)
|
|
\item
|
|
\hyperlink{logger_8c_a010ac92393088a64e3dbe6cd301e6cd0}{CREATE\_\-CLASS} (\hyperlink{structLogger}{Logger}, NULL, IFACE(Class))
|
|
\end{DoxyCompactItemize}
|
|
\subsection*{Variables}
|
|
\begin{DoxyCompactItemize}
|
|
\item
|
|
const char $\ast$const \hyperlink{logger_8c_a6f4ba515aab77f23138ce05b414ee616}{logger\_\-level\_\-str} \mbox{[}$\,$\mbox{]}
|
|
\end{DoxyCompactItemize}
|
|
|
|
|
|
\subsection{Function Documentation}
|
|
\hypertarget{logger_8c_a010ac92393088a64e3dbe6cd301e6cd0}{
|
|
\index{logger.c@{logger.c}!CREATE\_\-CLASS@{CREATE\_\-CLASS}}
|
|
\index{CREATE\_\-CLASS@{CREATE\_\-CLASS}!logger.c@{logger.c}}
|
|
\subsubsection[{CREATE\_\-CLASS}]{\setlength{\rightskip}{0pt plus 5cm}CREATE\_\-CLASS (
|
|
\begin{DoxyParamCaption}
|
|
\item[{{\bf Logger}}]{, }
|
|
\item[{NULL}]{, }
|
|
\item[{IFACE(Class)}]{}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{logger_8c_a010ac92393088a64e3dbe6cd301e6cd0}
|
|
\hypertarget{logger_8c_a4dd368b7bead6fa0805e91405d90f786}{
|
|
\index{logger.c@{logger.c}!INIT\_\-IFACE@{INIT\_\-IFACE}}
|
|
\index{INIT\_\-IFACE@{INIT\_\-IFACE}!logger.c@{logger.c}}
|
|
\subsubsection[{INIT\_\-IFACE}]{\setlength{\rightskip}{0pt plus 5cm}INIT\_\-IFACE (
|
|
\begin{DoxyParamCaption}
|
|
\item[{Class}]{, }
|
|
\item[{ctor}]{, }
|
|
\item[{dtor}]{, }
|
|
\item[{NULL}]{}
|
|
\end{DoxyParamCaption}
|
|
)}}
|
|
\label{logger_8c_a4dd368b7bead6fa0805e91405d90f786}
|
|
|
|
|
|
\subsection{Variable Documentation}
|
|
\hypertarget{logger_8c_a6f4ba515aab77f23138ce05b414ee616}{
|
|
\index{logger.c@{logger.c}!logger\_\-level\_\-str@{logger\_\-level\_\-str}}
|
|
\index{logger\_\-level\_\-str@{logger\_\-level\_\-str}!logger.c@{logger.c}}
|
|
\subsubsection[{logger\_\-level\_\-str}]{\setlength{\rightskip}{0pt plus 5cm}const char$\ast$ const {\bf logger\_\-level\_\-str}\mbox{[}$\,$\mbox{]}}}
|
|
\label{logger_8c_a6f4ba515aab77f23138ce05b414ee616}
|
|
{\bfseries Initial value:}
|
|
\begin{DoxyCode}
|
|
{
|
|
"DEBUG",
|
|
"INFO",
|
|
"NOTICE",
|
|
"WARNING",
|
|
"ERR",
|
|
"CRIT",
|
|
"ALERT",
|
|
"EMERG"
|
|
}
|
|
\end{DoxyCode}
|
|
|
|
|
|
Definition at line 9 of file logger.c.
|
|
|