hotspot/src/share/vm/logging/logOutput.hpp
changeset 37465 1d5551f466ee
parent 35230 a528ea8203ec
child 38263 a7488329ad27
equal deleted inserted replaced
37464:5373bbadb433 37465:1d5551f466ee
    80   virtual void force_rotate() {
    80   virtual void force_rotate() {
    81     // Do nothing by default.
    81     // Do nothing by default.
    82   }
    82   }
    83 
    83 
    84   virtual const char* name() const = 0;
    84   virtual const char* name() const = 0;
    85   virtual bool initialize(const char* options) = 0;
    85   virtual bool initialize(const char* options, outputStream* errstream) = 0;
    86   virtual int write(const LogDecorations &decorations, const char* msg) = 0;
    86   virtual int write(const LogDecorations &decorations, const char* msg) = 0;
    87 };
    87 };
    88 
    88 
    89 #endif // SHARE_VM_LOGGING_LOGOUTPUT_HPP
    89 #endif // SHARE_VM_LOGGING_LOGOUTPUT_HPP