log_resource.tex

来自「CCSM Research Tools: Community Atmospher」· TEX 代码 · 共 37 行

TEX
37
字号
\subsection{Resources}The following table lists the resources available in the {\tt ESMF\_Log} class.All values in the {\tt Name} field below are preceeded by {\tt ESMF\_LOGCONFIG\_}in the code.  The codes in the access column indicate the resource may be set atcreation time (C), set using the {\tt ESMF\_LogSetConfig} method (S) or retrieved with {\tt ESMF\_LogGetConfig} (G).\begin{tabular}{llll} {\bf Name}		& {\bf Type}		& {\bf Default}		& {\bf Access} \\PRINTPID		& Integer		& 1 			& SG \\	PRINTTIME		& Integer		& 1 			& SG \\PRINTTID		& Integer		& 1 			& SG \\LOGSTATE		& Integer (Enum)	& None			& CSG \end{tabular}\begin{itemize}\item{\bf PRINTPID} Determines whether the process Id is printed in the log file.  A value of true (1) will print the Id, false (0) will supress the printing.\item{\bf PRINTTID} Determines whether the thread Id is printed in the log file.  A value of true (1) will print the Id, false (0) will supress the printing.\item{\bf PRINTTIME} Determines whether the time is printed in the log file.  A value of true (1) will print the Id, false (0) will supress the printing.\item{\bf LOGSTATE}The log state.  This determines what type of log messages are output.\end{itemize}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?