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
37void AERLogInfo(const char* fmt, ...);
38
49void AERLogWarn(const char* fmt, ...);
50
63void AERLogErr(const char* fmt, ...);
64
65#endif /* AER_LOG_H */
void AERLogInfo(const char *fmt,...)
Log an informational message to the console.
void AERLogErr(const char *fmt,...)
Log an error message to the console.
void AERLogWarn(const char *fmt,...)
Log a warning message to the console.