Newer
Older
Import / applications / HighwayDash / ports / Platform / iOS / SystemLogger.h
@John Ryland John Ryland on 22 Dec 2020 315 bytes import NUC files
//
//  SystemLogger.h
//  HighwayDash
//
//  Created by John Ryland on 18/02/2016.
//  Copyright © 2016 John Ryland. All rights reserved.
//

#ifndef SYSTEM_LOGGER_H
#define SYSTEM_LOGGER_H


#include <cstdarg>


void SystemLogger(const char* a_tag, const char* a_fmt, va_list a_args);


#endif // SYSTEM_LOGGER_H