Log Library

The log library is a small and simple library that adds logging functions for addons to use. These functions are mainly for debugging purposes.

The following functions are exposed by this library

void log_string(string color, string type, string …);

void log_message(string …);

void log_error(string …);

void log_warning(string …);