1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
vimr/NvimView/NvimServer/server_log.h
2019-03-25 10:35:55 +01:00

14 lines
193 B
C

/**
* 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