erlang网络库
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

4 řádky
287 B

  1. -define(ntErr(Format, Args), error_logger:error_msg(Format, Args)).
  2. -define(ntWarn(Format, Args), error_logger:warning_msg(Format, Args)).
  3. -define(ntInfo(Format, Args), error_logger:info_msg(Format, Args)).
  4. -define(getLValue(Key, List, Default), ntCom:getListValue(Key, List, Default)).