benwei / so_logger

simple log library written in c, feature with limit size for embedded linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

so_logger

simple log library written in c, feature with limit size for embedded linux

build with cross_compile

  cd src; make CROSS_COMIPLE=arm-linux-gnueabihf-

or

  export CROSS_COMIPLE=arm-linux-gnueabihf-
  cd src; make

build host

force ignore CROSS_COMIPLE for testing

  cd src ; make HOST=1

test on HOSTS

  cd tests; make HOST=1

About

simple log library written in c, feature with limit size for embedded linux

License:MIT License


Languages

Language:C 62.1%Language:Prolog 15.7%Language:Perl 8.7%Language:Shell 7.9%Language:C++ 5.6%