Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightInkLog

log system from prject LightInk

build

win32

  • install vs2012
  • open file ./windows/LightInkLua.sln
  • build
  • the file output in ./bin/Debug(Release)/

linux

  • install cmake
  • mkdir ./Linux/build
  • cd ./Linux/build
  • cmake ../
  • make
  • the file output in ./bin/Debug(Release)/

Use

  • define LIGHTINK_LOG_MULTITHREAD support multi thread
  • you can define it in include/Log/LogConfig.h
  • first call LightInkLogCppInit to init log system
  • LightInkLog->init_async can set async available
  • last call LightInkLog->release() destroy log system

About

log system from prject LightInk

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages