mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-04 23:15:08 +01:00
Add logcat to the logger
Shame, Pixelylon, shame.
This commit is contained in:
parent
3bdbe41c13
commit
182729b247
@ -70,6 +70,7 @@ namespace lightSwitch {
|
||||
if (level == DEBUG)
|
||||
return;
|
||||
#endif
|
||||
syslog(level_syslog[level], "%s", str.c_str());
|
||||
log_file << "1|" << level_str[level] << "|" << str << "\n";
|
||||
log_file.flush();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user