JSBSim Flight Dynamics Model 1.3.0 (09 Apr 2026)
An Open Source Flight Dynamics and Control Software Library in C++
Loading...
Searching...
No Matches
FGXMLLogging Class Reference

Detailed Description

Definition at line 196 of file FGLog.h.

+ Inheritance diagram for FGXMLLogging:
+ Collaboration diagram for FGXMLLogging:

Public Member Functions

 FGXMLLogging (Element *el, LogLevel level)
 
- Public Member Functions inherited from FGLogging
 FGLogging (LogLevel level)
 
void Flush (void)
 
FGLoggingoperator<< (const char *message)
 
FGLoggingoperator<< (const FGColumnVector3 &vec)
 
FGLoggingoperator<< (const SGPath &path)
 
FGLoggingoperator<< (const std::string &message)
 
FGLoggingoperator<< (int value)
 
FGLoggingoperator<< (LogFormat format)
 
FGLoggingoperator<< (setprecision_t value)
 
FGLoggingoperator<< (setw_t value)
 
FGLoggingoperator<< (std::ios_base &(*manipulator)(std::ios_base &))
 
FGLoggingoperator<< (std::ostream &(*manipulator)(std::ostream &))
 
template<typename T , typename = std::enable_if_t<std::is_arithmetic<T>::value>>
FGLoggingoperator<< (T value)
 
std::streambuf * rdbuf ()
 

Additional Inherited Members

- Protected Member Functions inherited from FGLogging
 FGLogging (FGLogger_ptr l)
 
- Protected Attributes inherited from FGLogging
std::ostringstream buffer
 
FGLogger_ptr logger
 

Constructor & Destructor Documentation

◆ FGXMLLogging()

FGXMLLogging ( Element el,
LogLevel  level 
)

Definition at line 173 of file FGLog.cpp.

174 : FGLogging(level)
175{
176 logger->FileLocation(el->GetFileName(), el->GetLineNumber());
177}

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