summaryrefslogtreecommitdiffstats
path: root/src/logfile.c
AgeCommit message (Collapse)Author
2023-04-14patch 9.0.1453: typos in source code and testsv9.0.1453Dominique Pelle
Problem: Typos in source code and tests. Solution: Fi the typos. (Dominique Pellé, closes #12217)
2022-12-01patch 9.0.0979: ch_log() text can be hard to find in the log filev9.0.0979Bram Moolenaar
Problem: ch_log() text can be hard to find in the log file. Solution: Prepend "ch_log()" to the text.
2022-11-30patch 9.0.0978: build errors without the +channel featurev9.0.0978Bram Moolenaar
Problem: Build errors without the +channel feature. (John Marriott) Solution: Adjust #ifdefs.
2022-11-30patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar
Problem: It is not easy to see what client-server commands are doing. Solution: Add channel log messages if ch_log() is available. Move the channel logging and make it available with the +eval feature.