/* * C言語で記述されたアプリケーションから,TECSベースのシステムログ * 機能を呼び出すためのアダプタ用セルタイプの定義 * * $Id: tSysLogAdapter.cdl 388 2019-05-22 11:25:18Z coas-nagasima $ */ [singleton, active] celltype tSysLogAdapter { call sSysLog cSysLog; };