mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8145934: Make ttyLocker equivalent for Unified Logging framework
Reviewed-by: rprotacio, stuefe, jrose
This commit is contained in:
parent
c052a98d6f
commit
17dce93f31
21 changed files with 860 additions and 75 deletions
|
@ -42,8 +42,11 @@ class LogFileStreamOutput : public LogOutput {
|
|||
}
|
||||
}
|
||||
|
||||
int write_decorations(const LogDecorations& decorations);
|
||||
|
||||
public:
|
||||
virtual int write(const LogDecorations &decorations, const char* msg);
|
||||
virtual int write(const LogDecorations& decorations, const char* msg);
|
||||
virtual int write(LogMessageBuffer::Iterator msg_iterator);
|
||||
};
|
||||
|
||||
class LogStdoutOutput : public LogFileStreamOutput {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue