Add in-memory logging, retrievable from sys:log

This commit is contained in:
Jeremy Soller
2019-03-17 09:31:34 -06:00
parent f7c9712977
commit d2095d8d0f
6 changed files with 70 additions and 0 deletions

View File

@@ -82,6 +82,9 @@ pub mod event;
/// External functions
pub mod externs;
/// Logging
pub mod log;
/// Memory management
pub mod memory;