You've reached the official documentation for the LoggerFS project. LoggerFS is a fuse-based virtual file system that allows you to store log files from apache, syslog and more directly in a database instead of a regular file.
Packages are available from our SourceForge Project Page, as is the source code.
In this tutorial, I'll be discussing how to use fusexx to rewrite the Hello World module that's packaged with FUSE. To get started let's create a directory called "hello_world_module":
Read the following article to learn how to use fusexx to write a FUSE module:
http://portal.itauth.com/2007/07/07/using-fusexx-c-binding-rewrite-fuse-...