Just use the command
logex::log_info("Log Text Here");
Info Can be replaced with warning, error, or fatal_error to produce different ouputs. Please note that using fatal_error will cause a panic. This Is intentional. If you don't like this, use error.