ucx/logging.h

changeset 138
7800811078b8
parent 129
61edec666928
child 146
aa376dba1ba8
     1.1 --- a/ucx/logging.h	Fri Aug 09 15:29:26 2013 +0200
     1.2 +++ b/ucx/logging.h	Mon Aug 12 14:39:51 2013 +0200
     1.3 @@ -148,6 +148,9 @@
     1.4   * 
     1.5   * <code>[LEVEL] [TIMESTAMP] [SOURCEFILE]:[LINENO] message</code>
     1.6   * 
     1.7 + * <b>Attention:</b> the message (including automatically generated information)
     1.8 + * <b>MUST NOT</b> exceed the size of 4 KB.
     1.9 + * 
    1.10   * @param logger the logger to use
    1.11   * @param level the level to log on
    1.12   * @param file information about the source file

mercurial