FlightGear next
FGLogger Class Reference

Log any property values to any number of CSV files. More...

#include <logger.hxx>

Inherits SGSubsystem.

Public Member Functions

void bind () override
 
void init () override
 
void reinit () override
 
void unbind () override
 
void update (double dt) override
 

Static Public Member Functions

static const char * staticSubsystemClassId ()
 

Detailed Description

Log any property values to any number of CSV files.

Definition at line 20 of file logger.hxx.

Member Function Documentation

◆ bind()

void FGLogger::bind ( )
override

Definition at line 127 of file logger.cxx.

◆ init()

void FGLogger::init ( )
override

Definition at line 32 of file logger.cxx.

◆ reinit()

void FGLogger::reinit ( )
override

Definition at line 120 of file logger.cxx.

◆ staticSubsystemClassId()

static const char * FGLogger::staticSubsystemClassId ( )
inlinestatic

Definition at line 31 of file logger.hxx.

◆ unbind()

void FGLogger::unbind ( )
override

Definition at line 132 of file logger.cxx.

◆ update()

void FGLogger::update ( double dt)
override

Definition at line 137 of file logger.cxx.


The documentation for this class was generated from the following files: