1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
\hypertarget{group__Debug}{
\section{Debug}
\label{group__Debug}\index{Debug@{Debug}}
}
Debuging mechanism.
\subsection*{Defines}
\begin{DoxyCompactItemize}
\item
\hypertarget{group__Debug_gaf00d3dee02bec38d88b90114c440d7e2}{
\#define {\bfseries OSCAP\_\-DEBUG\_\-FILE}~\char`\"{}oscap\_\-debug.log\char`\"{}}
\label{group__Debug_gaf00d3dee02bec38d88b90114c440d7e2}
\item
\hypertarget{group__Debug_gadac017b064344cfb872d2c585efeac56}{
\#define {\bfseries OSCAP\_\-DEBUG\_\-FILE\_\-ENV}~\char`\"{}OSCAP\_\-DEBUG\_\-FILE\char`\"{}}
\label{group__Debug_gadac017b064344cfb872d2c585efeac56}
\item
\hypertarget{group__Debug_gac0c33ea248158ac24ddda0a9abf42f8b}{
\#define {\bfseries OSCAP\_\-DEBUG\_\-LEVEL\_\-ENV}~\char`\"{}OSCAP\_\-DEBUG\_\-LEVEL\char`\"{}}
\label{group__Debug_gac0c33ea248158ac24ddda0a9abf42f8b}
\end{DoxyCompactItemize}
\subsection{Detailed Description}
Debuging mechanism. If you compile library with enabled debugging support, you will get log messages in file named according to OSCAP\_\-DEBUG\_\-FILE macro. You can change log file name by setting OSCAP\_\-DEBUG\_\-FILE environment variable to your needs.
|