mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-23 20:31:48 +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)
|
if (level == DEBUG)
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
|
syslog(level_syslog[level], "%s", str.c_str());
|
||||||
log_file << "1|" << level_str[level] << "|" << str << "\n";
|
log_file << "1|" << level_str[level] << "|" << str << "\n";
|
||||||
log_file.flush();
|
log_file.flush();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user