Isaac Freund
0bd067d19a
Introduce std.log
...
std.log provides 8 log levels and corresponding logging functions. It
allows the user to override the logging "backend" by defining root.log
and to override the default log level by defining root.log_level.
Logging functions accept a scope parameter which allows the implementer
of the logging "backend" to filter logging by library as well as level.
Using the standardized syslog [1] log levels ensures that std.log will
be flexible enough to work for as many use-cases as possible. If we were
to stick with only 3/4 log levels, std.log would be insufficient for
large and/or complex projects such as a kernel or display server.
[1]: https://tools.ietf.org/html/rfc5424#section-6.2.1
2020-06-17 02:14:52 +02:00
..
2020-04-04 13:47:07 -04:00
2020-06-12 13:33:31 -04:00
2020-05-26 23:10:08 -07:00
2020-05-16 13:20:14 +03:00
2020-04-28 19:11:31 -06:00
2020-05-24 21:40:08 -04:00
2020-04-28 19:11:31 -06:00
2020-06-11 23:00:02 +02:00
2020-05-06 17:08:49 +05:00
2020-05-20 16:30:28 -04:00
2020-06-08 15:16:40 -04:00
2020-06-09 13:36:17 -04:00
2020-05-24 10:04:09 -04:00
2020-06-09 00:17:22 -04:00
2020-06-01 14:50:01 -04:00
2020-06-07 22:39:35 +10:00
2020-06-04 22:53:23 -04:00
2020-04-18 14:41:33 -04:00
2020-06-01 14:50:05 +03:00
2020-06-12 13:43:12 -04:00
2020-01-30 01:12:21 -06:00
2020-05-24 21:40:08 -04:00
2020-04-03 12:12:23 -04:00
2019-11-21 20:43:41 -05:00
2020-06-14 20:13:02 +03:00
2020-04-02 15:14:28 +02:00
2020-06-16 18:26:54 -04:00
2020-05-16 12:46:44 -04:00
2019-09-25 23:35:41 -04:00
2019-09-25 23:35:41 -04:00
2020-04-24 15:28:55 -04:00
2020-01-29 22:22:01 -06:00
2020-01-29 22:22:01 -06:00
2020-05-25 11:36:12 +03:00
2020-04-04 17:37:51 -04:00
2020-06-02 14:56:19 -04:00
2020-05-25 19:46:28 -04:00
2020-05-02 04:31:26 -04:00
2020-04-02 16:12:08 +02:00
2020-06-08 15:16:40 -04:00
2020-02-24 13:43:54 -05:00
2020-03-01 13:21:39 -05:00
2020-06-15 23:51:25 +10:00
2020-02-20 19:41:28 +01:00
2020-05-08 14:26:28 +03:00
2020-05-08 14:26:28 +03:00
2020-06-09 13:36:17 -04:00
2020-02-16 13:25:30 -05:00
2020-06-09 13:36:17 -04:00
2020-06-12 13:38:12 -04:00
2020-05-29 18:30:09 -04:00
2020-06-02 14:41:45 -04:00
2019-10-11 18:13:24 -04:00
2020-06-09 00:22:34 -04:00
2019-09-25 23:35:41 -04:00
2020-06-09 13:36:17 -04:00
2020-06-15 23:51:25 +10:00
2020-05-24 10:04:09 -04:00
2020-06-17 02:14:52 +02:00
2020-02-22 12:44:21 +01:00
2020-05-01 06:47:20 -04:00
2020-06-01 14:47:18 -04:00
2020-06-12 13:33:31 -04:00
2020-02-28 14:51:53 -05:00
2020-06-08 15:16:40 -04:00
2020-04-18 15:48:32 -04:00
2020-06-04 22:51:58 -04:00
2020-05-30 23:17:55 +02:00
2020-06-09 13:36:17 -04:00
2020-05-13 18:38:03 +03:00
2020-06-09 13:36:17 -04:00
2020-05-24 21:40:08 -04:00
2020-05-20 21:27:08 -04:00
2020-01-30 12:05:57 -05:00
2020-05-24 21:40:08 -04:00
2020-05-26 13:04:25 -04:00
2020-06-08 15:16:40 -04:00
2020-02-28 14:51:53 -05:00
2019-12-12 18:33:44 -05:00
2020-05-05 09:38:02 -06:00
2020-06-17 02:14:52 +02:00
2020-05-01 06:47:20 -04:00
2020-05-22 00:27:51 -04:00
2020-05-05 04:15:43 -04:00
2020-06-01 14:43:13 -04:00
2020-04-24 15:28:55 -04:00
2020-03-01 13:57:41 -05:00
2020-05-01 06:47:20 -04:00