xaxxon / v8toolkit

Library for building hybrid C++/JavaScript applications with the V8 JavaScript engine
MIT License
48 stars 6 forks source link

have different objects track the log messages generated while they are being built #16

Open xaxxon opened 7 years ago

xaxxon commented 7 years ago

WrappedClass, ClassFunction, DataMember, etc

should all register (via a xl::log_guard (which may not exist yet)) for being notified of messages and they should track them, especially errors

xaxxon commented 7 years ago

classes now watch their logs for errors. classfunctions and datamembers and enums do not.