You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libiec61850/src/logging/drivers
Michael Zillgith ac14a4722d - integrated cmake file changes from v1.3 branch 7 years ago
..
sqlite - integrated cmake file changes from v1.3 branch 7 years ago
README - added server examples logging 9 years ago

README

This directory contains the log driver implementation that implements the logging API. The logging API is a service provider interface that has to be implemented by the log driver.
An application can use different log drivers at the same time.
Each log driver provides a public constructor for the driver specific implementation of the LogStorage class. The constructor has to fill the virtual function table of the LogStorage instance with its own implementation functions.