Use the logging queue to buffer logs

This reduces context switches and mutex contention a lot, which reduces
roboRIO CPU usage significantly.

Change-Id: I21c0f7c127df36bf877133c626cff3d56b93b230
diff --git a/aos/common/logging/BUILD b/aos/common/logging/BUILD
index adddb4b..d4d3ca5 100644
--- a/aos/common/logging/BUILD
+++ b/aos/common/logging/BUILD
@@ -52,6 +52,7 @@
     '//aos/common:die',
     ':binary_log_file',
     '//aos/common:queue_types',
+    '//aos/common:time',
   ],
 )