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

#include <console_globals.h>

Static Public Member Functions

static std::FILE * stream ()
 

Detailed Description

Definition at line 40 of file console_globals.h.

Member Function Documentation

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

Definition at line 42 of file console_globals.h.

43  {
44  return stderr;
45  }

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