src/ucx/logging.h

changeset 376
028039652b86
parent 295
7fc65395188e
     1.1 --- a/src/ucx/logging.h	Fri Dec 20 14:29:41 2019 +0100
     1.2 +++ b/src/ucx/logging.h	Fri Dec 20 14:44:50 2019 +0100
     1.3 @@ -160,7 +160,10 @@
     1.4   * format is:
     1.5   * 
     1.6   * <code>[LEVEL] [TIMESTAMP] [SOURCEFILE]:[LINENO] message</code>
     1.7 - * 
     1.8 + *
     1.9 + * The source file name is reduced to the actual file name. This is necessary to
    1.10 + * get consistent behavior over different definitions of the __FILE__ macro.
    1.11 + *
    1.12   * <b>Attention:</b> the message (including automatically generated information)
    1.13   * is limited to 4096 characters. The level description is limited to
    1.14   * 256 characters and the timestamp string is limited to 128 characters.

mercurial