\texttt{c}& The category/component. This name is defined by the macro \lstinline^CAF_LOG_COMPONENT^. Set this macro before including any CAF header. \\
\texttt{c}& The category/component. \\
\hline
\texttt{C}& The full qualifier of the current function. For example, the qualifier of \lstinline^void ns::foo::bar()^ is printed as \lstinline^ns.foo^. \\
\hline
\texttt{d}& The date in ISO 8601 format, i.e., \lstinline^"YYYY-MM-DDhh:mm:ss"^. \\
\texttt{d}& The date in ISO 8601 format, i.e., \lstinline^"YYYY-MM-DDThh:mm:ss"^. \\
\hline
\texttt{F}& The file name. \\
\hline
...
...
@@ -320,7 +321,7 @@ at the moment. The recognized field identifiers are:
\hline
\texttt{t}& ID of the current thread. \\
\hline
\texttt{a}& ID of the current actor (or ``actor0'' when not logging inside an actor). \\
\texttt{a}& ID of the current actor (or \lstinline^actor0^ when not logging inside an actor). \\