ucx/logging.h

changeset 138
7800811078b8
parent 129
61edec666928
child 146
aa376dba1ba8
equal deleted inserted replaced
136:b798f2eed26a 138:7800811078b8
146 * Dependent on the UcxLogger.mask some information is prepended. The complete 146 * Dependent on the UcxLogger.mask some information is prepended. The complete
147 * format is: 147 * format is:
148 * 148 *
149 * <code>[LEVEL] [TIMESTAMP] [SOURCEFILE]:[LINENO] message</code> 149 * <code>[LEVEL] [TIMESTAMP] [SOURCEFILE]:[LINENO] message</code>
150 * 150 *
151 * <b>Attention:</b> the message (including automatically generated information)
152 * <b>MUST NOT</b> exceed the size of 4 KB.
153 *
151 * @param logger the logger to use 154 * @param logger the logger to use
152 * @param level the level to log on 155 * @param level the level to log on
153 * @param file information about the source file 156 * @param file information about the source file
154 * @param line information about the source line number 157 * @param line information about the source line number
155 * @param format format string 158 * @param format format string

mercurial