mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Log timestamp added
This commit is contained in:
parent
47fdaf6902
commit
f08579d201
3 changed files with 53 additions and 6 deletions
|
@ -43,7 +43,7 @@ namespace logs
|
|||
virtual ~listener();
|
||||
|
||||
// Process log message
|
||||
virtual void log(const message& msg, const std::string& prefix, const std::string& text) = 0;
|
||||
virtual void log(u64 stamp, const message& msg, const std::string& prefix, const std::string& text) = 0;
|
||||
|
||||
// Add new listener
|
||||
static void add(listener*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue