//
//  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
