Logging improvements to allow prettier displays in the server GUI.
authorCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 12:44:10 +0000 (13:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 9 Oct 2015 12:45:12 +0000 (13:45 +0100)
commitaeb835a18c8df347e0ed68fb24631b320abeb611
tree01746a2d872aad8127a1442326ac720756172a17
parent4d9f56686380aed5eb3e17ab9e720df57a17f079
Logging improvements to allow prettier displays in the server GUI.
32 files changed:
src/lib/audio_decoder_stream.cc
src/lib/config.cc
src/lib/cross.cc
src/lib/dcp_video.cc
src/lib/encoded_log_entry.cc [new file with mode: 0644]
src/lib/encoded_log_entry.h [new file with mode: 0644]
src/lib/encoder.cc
src/lib/environment_info.cc
src/lib/ffmpeg.cc
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_decoder.cc
src/lib/file_log.cc
src/lib/file_log.h
src/lib/film.cc
src/lib/job.cc
src/lib/log.cc
src/lib/log.h
src/lib/log_entry.cc [new file with mode: 0644]
src/lib/log_entry.h [new file with mode: 0644]
src/lib/null_log.h
src/lib/player.cc
src/lib/server.cc
src/lib/string_log_entry.cc [new file with mode: 0644]
src/lib/string_log_entry.h [new file with mode: 0644]
src/lib/transcode_job.cc
src/lib/upload_job.cc
src/lib/video_content.cc
src/lib/video_decoder.cc
src/lib/writer.cc
src/lib/wscript
src/tools/dcpomatic_server.cc
src/wx/config_dialog.cc