interp/include/logger.h
2025-08-19 07:49:22 -07:00

12 lines
167 B
C

#pragma once
/**
* Logging thread, complately alpha code- may completely change form in the near future.
*/
inline int
StartLogger(int nLevel)
{
return CMD_OK;
}