AERMRE
1.5.1
AER modding framework for Hyper Light Drifter.
log.h
Go to the documentation of this file.
1
22
#ifndef AER_LOG_H
23
#define AER_LOG_H
24
25
/* ----- PUBLIC FUNCTIONS ----- */
26
37
void
AERLogInfo
(
const
char
* fmt, ...);
38
49
void
AERLogWarn
(
const
char
* fmt, ...);
50
63
void
AERLogErr
(
const
char
* fmt, ...);
64
65
#endif
/* AER_LOG_H */
AERLogInfo
void AERLogInfo(const char *fmt,...)
Log an informational message to the console.
AERLogErr
void AERLogErr(const char *fmt,...)
Log an error message to the console.
AERLogWarn
void AERLogWarn(const char *fmt,...)
Log a warning message to the console.
aer
log.h
Generated by
1.9.2