summaryrefslogtreecommitdiff
path: root/common/Log.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-28wsd: logging improvementsAshod Nakashian1-1/+1
2019-09-16Fix build failure in the MOBILEAPP caseTor Lillqvist1-0/+2
2019-09-16Log: rename isShutdown to isShutdownCalledMiklos Vajna1-11/+11
2019-09-09Fix UB in unit-wopiMiklos Vajna1-9/+11
2019-09-02tdf#107038 Poco::Timestamp replacement with std::chronoDarkByt311-0/+16
2019-06-04Log fatal errors also to stderrSamuel Mehrbrodt1-0/+2
2019-05-16No need to call Log::shutdown() in a mobile appTor Lillqvist1-0/+2
2019-04-27Revert attempts at re-using ostringstreamMichael Meeks1-18/+17
2019-04-27Reset the stringstream properly.Michael Meeks1-3/+3
2019-04-23wsd: reuse ostringstream when loggingAshod Nakashian1-17/+18
2019-02-13android: Better logname for the native part.Jan Holesovsky1-1/+1
2019-02-13android: Implement logging to logcat.Jan Holesovsky1-0/+17
2018-11-19StreamLogger: make members privateMiklos Vajna1-5/+7
2018-10-17Don't bother logging the full pathname __FILE__ on iOSTor Lillqvist1-1/+9
2018-10-17Adapt to change in LOG_BODY_ parametersTor Lillqvist1-8/+8
2018-10-16wsd: flush logs before existingAshod Nakashian1-1/+6
2018-10-16wsd: always use signal-safe callsAshod Nakashian1-10/+11
2018-10-16wsd: clang-format logging macros and pass logger explicitlyAshod Nakashian1-15/+125
2018-10-16wsd: send copied text to client upon .uno:CopyAshod Nakashian1-0/+1
2018-09-16Introduce LOG_TRC_NOFILE() that doesn't output __FILE__ and __LINE__Tor Lillqvist1-9/+10
2018-08-29Third parameter to prefix() is a boolTor Lillqvist1-2/+1
2018-08-13common, kit, test, wsd: these parameters are copied for each invocation ...Miklos Vajna1-1/+1
2018-07-13Be consistent, no space before the '|' in LOG_BODY()Tor Lillqvist1-1/+1
2018-07-13Output '|' before the source file name in LOG_END(), too, like in LOG_BODY()Tor Lillqvist1-1/+1
2018-07-11Use Util::symbolicErrno()Tor Lillqvist1-2/+4
2018-02-11ut: log timestamp to track timeouts betterAshod Nakashian1-0/+25
2018-01-19wsd: cleanup logging and remove unused helpersAshod Nakashian1-11/+9
2017-06-16Update modifiedTime for local files unconditionallyPranav Kant1-0/+14
2017-04-28Signal safe number logging (lame but useful).Michael Meeks1-0/+2
2017-03-30Cleanup prctl / gettid system-call thrash on logging.Michael Meeks1-2/+2
2017-03-11wsd: support logging file and line with logger objectsAshod Nakashian1-0/+2
2017-02-03wsd: get system thread-id directly as not in Poco yetAshod Nakashian1-1/+1
2017-02-03wsd: correct logging of thread ID in log entriesAshod Nakashian1-1/+1
2017-01-23fix build for poco 1.7.5Pranav Kant1-1/+1
2017-01-23wsd: log cleanupAshod Nakashian1-18/+23
2017-01-16Bin default values for parameters that were defaulted at just one call siteTor Lillqvist1-4/+4
2017-01-04Make it possible to use the LOG_* things as statementsTor Lillqvist1-11/+11
2017-01-01wsd: log bools as textAshod Nakashian1-1/+1
2017-01-01wsd: new LOG_CHECK_RET to log failure and returnAshod Nakashian1-0/+1
2016-12-13loolwsd: LOG_CHECK to replace assertion when logging sufficesAshod Nakashian1-0/+2
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+185