Static Public Member Functions | List of all members
spdlog::details::console_stdout Struct Reference

#include <console_globals.h>

Static Public Member Functions

static std::FILE * stream ()
 

Detailed Description

Definition at line 26 of file console_globals.h.

Member Function Documentation

static std::FILE* spdlog::details::console_stdout::stream ( )
inlinestatic

Definition at line 28 of file console_globals.h.

29  {
30  return stdout;
31  }

The documentation for this struct was generated from the following file: