File log.cpp
FileList > GGPOUE4 > Private > log.cpp
Go to the source code of this file
#include "log.h"#include "types.h"
Public Static Attributes
| Type | Name |
|---|---|
| char | logbuf |
| FILE * | logfile = NULL |
Public Functions
| Type | Name |
|---|---|
| void | Log (const char * fmt, ...) |
| void | LogFlush () |
| void | Logv (const char * fmt, va_list args) |
| void | Logv (FILE * fp, const char * fmt, va_list args) |
Public Static Attributes Documentation
variable logbuf
char logbuf[4 *1024 *1024];
variable logfile
FILE* logfile;
Public Functions Documentation
function Log
void Log (
const char * fmt,
...
)
function LogFlush
void LogFlush ()
function Logv
void Logv (
const char * fmt,
va_list args
)
function Logv
void Logv (
FILE * fp,
const char * fmt,
va_list args
)
The documentation for this class was generated from the following file C:/Users/wistf/Unreal Projects/NightSkyEngine/Plugins/NightSkyEngine/Source/GGPOUE4/Private/log.cpp