pub fn println(content: String, log_type: String) -> Nil
Logging types: log (default), info, warn, error Prints like this: 2024-01-01 12:00:00 | LOG_TYPE | Content Example: println(“Hello, world!”, “info”)