NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
logger.cpp File Reference
#include "logger.hpp"
#include "../utils/stringtools.hpp"
#include <windows.h>
Include dependency graph for logger.cpp:

Go to the source code of this file.

Typedefs

typedef BOOL(WINAPI * LPFN_ISWOW64PROCESS) (HANDLE, PBOOL)
 

Functions

bool IsWow64 ()
 This function returns true, if we're currently running on Win x64. More...
 

Variables

DetachedLogger g_logger
 

Typedef Documentation

◆ LPFN_ISWOW64PROCESS

typedef BOOL(WINAPI * LPFN_ISWOW64PROCESS) (HANDLE, PBOOL)

Definition at line 25 of file logger.cpp.

Function Documentation

◆ IsWow64()

bool IsWow64 ( )

This function returns true, if we're currently running on Win x64.

Returns
bool

Definition at line 35 of file logger.cpp.

Referenced by DetachedLogger::write_system_information().

Variable Documentation

◆ g_logger