Rick Gibbed
|
e51686bbac
|
Merge pull request #1369 from jgoyvaerts/logger_fix
[Base] Flush the logger before exiting on a fatal error.
|
2019-05-11 11:45:00 -05:00 |
|
Jonathan Goyvaerts
|
eb5baa41bb
|
Shutdown logging when a fatal error occurs, this fixes the error not showing up in the log file
|
2019-05-11 14:58:34 +02:00 |
|
gibbed
|
bc0ebcb26e
|
- Clean up log level names, no need for LOG_LEVEL_ prefix when it is an
enum class.
- Clarify usage of log level in comment.
|
2019-04-30 17:41:27 -05:00 |
|
gibbed
|
fb50f02a98
|
[Base] Properly flush remaining writes out before shutting down logging.
|
2018-11-24 08:54:46 -06:00 |
|
DrChat
|
6b8a34c9ba
|
[Base] Fix Travis
|
2018-03-03 19:15:37 -06:00 |
|
DrChat
|
4fd03e8029
|
[Base] Shutdown the logger to prevent truncation of output
|
2018-03-03 19:00:04 -06:00 |
|
DrChat
|
293878cd14
|
Use the app name as a default logfile.
|
2017-12-16 11:06:46 -06:00 |
|
DrChat
|
e699be0118
|
Logging: Add a flag to specify the minimum log level
--log_level = (0=error, 1=warning, 2=info, 3=debug)
|
2017-03-24 16:28:41 -05:00 |
|
Dr. Chat
|
2bd19478a4
|
Logger: Properly handle cases where strlen(formatted string) > capacity of log_format_buffer_ (as well as error cases)
|
2017-02-25 20:03:25 -06:00 |
|
DrChat
|
6d4b06c08f
|
Use stdout as logfile for tests
|
2017-02-11 00:15:52 -06:00 |
|
DrChat
|
d43e2c7ff8
|
xenia-cpu-ppc-tests is now building on linux
|
2017-02-10 23:54:10 -06:00 |
|
Dr. Chat
|
7fb31462e4
|
Logger: Use platform-agnostic aligned alloc
|
2017-02-05 20:39:46 -06:00 |
|
Dr. Chat
|
65ca7fc416
|
Lockless logging
|
2017-02-04 19:26:39 -06:00 |
|
Ben Vanik
|
e5fbf840d2
|
Shuffling kernel/.
|
2015-09-06 18:07:52 -07:00 |
|
Ben Vanik
|
0133bec11d
|
Fix empty line logging.
|
2015-09-06 13:34:19 -07:00 |
|
Ben Vanik
|
e48c3534cc
|
Removing copy to temp buffer in log flush.
|
2015-09-06 10:28:17 -07:00 |
|
Ben Vanik
|
1d7f345960
|
Fix logging with null varargs.
|
2015-08-29 22:22:07 -07:00 |
|
Ben Vanik
|
a86b3821f2
|
Adding thread handle to logging.
|
2015-08-29 20:49:26 -07:00 |
|
Ben Vanik
|
b7203c2989
|
Logging to with a ringbuffer. Much faster.
|
2015-08-29 18:06:30 -07:00 |
|
Ben Vanik
|
a92566dfc5
|
More style.
|
2015-08-07 21:29:03 -07:00 |
|
Ben Vanik
|
e6461f326c
|
Some xb style cleanup.
|
2015-08-05 22:06:20 -07:00 |
|
Ben Vanik
|
72ad899e9e
|
Starting to remove windows.h includes from things.
|
2015-07-13 20:49:29 -07:00 |
|
Ben Vanik
|
ba88955be4
|
vsnprintf return is dumb.
|
2015-06-07 16:13:05 -07:00 |
|
Ben Vanik
|
bc9652e671
|
Actually fixing the off by one in log buffer size.
|
2015-06-04 20:04:39 -07:00 |
|
Ben Vanik
|
d3ddf0e718
|
Make the log buffer stupid large.
|
2015-06-04 19:58:26 -07:00 |
|
sephiroth99
|
fbb3878cf4
|
Remove cxx_compat.h header
Revert commits 6d159dc2 and 3f480d24. Visual Studio 2013 is not
supported anymore, so they are not needed.
|
2015-05-02 09:36:34 -04:00 |
|
Ben Vanik
|
e3220f7ae6
|
Code cleanup: moving poly/ into xenia/base/
|
2015-05-02 03:42:51 -07:00 |
|