class ciBaseObject; class ciKlass; class ciObject; class ciMetadata; class ciSymbol;
// CompileLog // // An open stream for logging information about activities in a // compiler thread. There is exactly one per CompilerThread, // if the +LogCompilation switch is enabled. class CompileLog : public xmlStream { private: constchar* _file; // name of file where XML goes
julong _file_end; // last good end of file
intx _thread_id; // which compile thread
// Optional context marker, to help place actions that occur during // parsing. If there is no log output until the next context string // or reset, context string will be silently ignored
stringStream* context() { return &_context; } void clear_context() { context()->reset(); } void set_context(constchar* format, ...) ATTRIBUTE_PRINTF(2, 3);
// copy all logs to the given stream staticvoid finish_log(outputStream* out); staticvoid finish_log_on_error(outputStream* out, char *buf, int buflen);
};
#endif// SHARE_COMPILER_COMPILELOG_HPP
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.17 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.