aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/LogWriter.h
Commit message (Collapse)AuthorAgeFilesLines
* Use __attribute__:s directlyPierre Ossman2023-01-051-9/+9
| | | | | | These are supported by gcc and clang, and I don't think MSVC works well with our code anyway, so let's keep things simple and use these directly.
* Remove unused LogParameter::setDefault()Pierre Ossman2021-06-111-9/+0
|
* rfb: Silence nonliteral format string warning in LoggerSteve Kondik2017-07-101-3/+3
| | | | | | | | | | | | Clang complains loudly about this with Wformat=2, so add a __printf_attr to help out. Fixes: /home/shade/dev/tigervnc/common/rfb/Logger.cxx:48:35: error: format string is not a string literal [-Werror,-Wformat-nonliteral] vsnprintf(buf1, sizeof(buf1)-1, format, ap); ^~~~~~ 1 error generated.
* Expose log levels from LogWriter.Michal Srb2015-04-101-4/+9
|
* Make the calls to va_list logging functions more explicitPierre Ossman2015-01-301-1/+1
| | | | | On some platforms va_list might be defined as something that causes ambiguity and results in the wrong function being called.
* Allow LogWriter objects to be used with va_list argumentPierre Ossman2015-01-261-0/+4
|
* Allow gcc to check for correct usage of the formatting string for thePierre Ossman2012-04-261-2/+8
| | | | | | | logging class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4904 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Register GNUTLS debug routines only when we actually need them.Adam Tkac2011-02-181-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4295 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+106
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@589 3789f03b-4d11-0410-bbf8-ca57d06f2519