1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 01:32:04 +03:00
vimr/NvimView/NvimServer/server_log.h

14 lines
193 B
C
Raw Normal View History

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