< prev index next >

src/share/vm/logging/logConfiguration.hpp

Print this page
rev 11857 : imported patch 8157948

*** 57,67 **** static UpdateListenerFunction* _listener_callbacks; static size_t _n_listener_callbacks; // Create a new output. Returns NULL if failed. ! static LogOutput* new_output(char* name, const char* options, outputStream* errstream); // Add an output to the list of configured outputs. Returns the assigned index. static size_t add_output(LogOutput* out); // Delete a configured output. The stderr/stdout outputs can not be removed. --- 57,67 ---- static UpdateListenerFunction* _listener_callbacks; static size_t _n_listener_callbacks; // Create a new output. Returns NULL if failed. ! static LogOutput* new_output(const char* name, const char* options, outputStream* errstream); // Add an output to the list of configured outputs. Returns the assigned index. static size_t add_output(LogOutput* out); // Delete a configured output. The stderr/stdout outputs can not be removed.
< prev index next >