/** * Tae Won Ha - http://taewon.de - @hataewon * See LICENSE */ #ifndef NVIMSERVER_LOG_H #define NVIMSERVER_LOG_H #include extern os_log_t logger; #endif // NVIMSERVER_LOG_H