< prev index next >

src/share/vm/logging/logOutput.hpp

Print this page
rev 12117 : 8146009:

*** 55,67 **** void add_to_config_string(const LogTagSet* ts, LogLevelType level); // Replaces the current config description with the given string. void set_config_string(const char* string); public: - static LogOutput* const Stdout; - static LogOutput* const Stderr; - void set_decorators(const LogDecorators &decorators) { _decorators = decorators; } const LogDecorators& decorators() const { --- 55,64 ----
< prev index next >