Skip to content

Module to provide logger functionality to log messages of all modules.

License

Notifications You must be signed in to change notification settings

golluroSICKAG/CSK_1stModule_Logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSK_1stModule_Logger

Module to provide logger functionality to log messages of all modules.

How to Run

The app provides Logger functionality inclusive a intuitive GUI to see and download the Log.
If it should keep all logs (incl. in global scope) it should be first app in alphabetic order.
INFO: If you want to use 'logHandler:addFileSink' you should use it on a SD card file instead of device internal path, to reduce write accesses on the device internal flash storage.

For further information check out the documentation in the folder "docu".

Information

Tested on:

Device Firmware Module version
SICK AppEngine V1.7.0 V4.2.0
SIM1012 V2.4.2 V4.2.0
SICK AppEngine V1.3.2 <V4.2.0
SIM1012 V2.2.0 <V4.2.0

This module is part of the SICK AppSpace Coding Starter Kit developing approach.
It is programmed in an object oriented way. Some of these modules use kind of "classes" in Lua to make it possible to reuse code / classes in other projects.
In general it is not neccessary to code this way, but the architecture of this app can serve as a sample to be used especially for bigger projects and to make it easier to share code.
Please check the documentation of CSK for further information.

Topics

Coding Starter Kit, CSK, Module, SICK-AppSpace, Log, Logger

About

Module to provide logger functionality to log messages of all modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.5%
  • Lua 17.1%
  • TypeScript 4.6%
  • CSS 0.8%