summaryrefslogtreecommitdiff
path: root/common/Log.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-27Revert attempts at re-using ostringstreamMichael Meeks1-16/+0
2019-04-27Reset the stringstream properly.Michael Meeks1-1/+2
2019-04-23wsd: reuse ostringstream when loggingAshod Nakashian1-0/+15
2019-02-12android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.Jan Holesovsky1-1/+1
2018-12-04Log::StaticNameHelper: make members privateMiklos Vajna1-11/+23
2018-10-16wsd: flush logs before existingAshod Nakashian1-0/+12
2018-10-16wsd: always use signal-safe callsAshod Nakashian1-22/+9
2018-09-19Still more iOS app and related Online C++ code hackingTor Lillqvist1-12/+8
2018-09-13s/StaticNames/StaticNameHelperTor Lillqvist1-4/+4
2018-09-10More mobile app stuff, very much early state of work in progressTor Lillqvist1-2/+0
2018-08-29Make this file compile for iOSTor Lillqvist1-0/+15
2018-08-13common, kit, test, wsd: these parameters are copied for each invocation ...Miklos Vajna1-1/+1
2018-07-19Drop unused LogPrefix variableTor Lillqvist1-4/+0
2018-04-23wsd: log proper ISO date in YYYY-MM-DD formatAshod Nakashian1-1/+2
2018-01-19wsd: cleanup logging and remove unused helpersAshod Nakashian1-41/+1
2017-12-20loplugin:includeformPranav Kant1-1/+1
2017-07-12Open the log channel explicitly to avoid file creation inside jailPranav Kant1-0/+6
2017-04-28Signal safe number logging (lame but useful).Michael Meeks1-0/+15
2017-03-30Cleanup prctl / gettid system-call thrash on logging.Michael Meeks1-5/+16
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-0/+2
2017-02-03wsd: correct logging of thread ID in log entriesAshod Nakashian1-1/+1
2017-01-23wsd: log cleanupAshod Nakashian1-29/+20
2017-01-23wsd: format the time directly in the log prefixAshod Nakashian1-12/+4
2017-01-13Log the time in wall-clock time, instead of since the process start.Jan Holesovsky1-13/+4
2017-01-10wsd: put_time is not supported by gcc4.8Ashod Nakashian1-3/+16
2017-01-09wsd: log the time when initializing the loggerAshod Nakashian1-2/+8
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+207