changed in logger:

renamed Logger -> Log
        this class has an api (<< operators) for taking what should be put to the log file
        as the buffer is used WTextStream which should be allocated elsewhere
added:  FileLog - this class saves to a file log





git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@1149 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2018-11-23 17:07:52 +00:00
parent 6984a34fcd
commit e971e1ef9b
11 changed files with 810 additions and 581 deletions

12
log/Makefile.dep Normal file
View File

@@ -0,0 +1,12 @@
# DO NOT DELETE
filelog.o: filelog.h ../textstream/textstream.h ../space/space.h
filelog.o: ../textstream/types.h ../date/date.h ../convert/convert.h
filelog.o: ../convert/inttostr.h ../convert/strtoint.h ../convert/text.h
filelog.o: ../convert/misc.h ../membuffer/membuffer.h ../textstream/types.h
filelog.o: ../utf8/utf8.h
log.o: log.h ../textstream/textstream.h ../space/space.h
log.o: ../textstream/types.h ../date/date.h ../convert/convert.h
log.o: ../convert/inttostr.h ../convert/strtoint.h ../convert/text.h
log.o: ../convert/misc.h ../membuffer/membuffer.h ../textstream/types.h
log.o: filelog.h ../utf8/utf8.h