/**
 * @file log_utils.h
 * @brief Multibuild's logging-related utils declarations
 * @author Iaroslav Makarchuk (i.makarchuk@samsung.com)
 * @date Created Dec 20, 2016
 * @par In Samsung Ukraine R&D Center (SURC) under a contract between
 * @par LLC "Samsung Electronics Ukraine Company" (Kiev, Ukraine) and
 * @par "Samsung Elecrtronics Co", Ltd (Seoul, Republic of Korea)
 * @par Copyright: (c) Samsung Electronics Co, Ltd 2015. All rights reserved.
 *
 * This software is proprietary of Samsung Electronics.
 * No part of this software, either material or conceptual may be copied
 * or distributed, transmitted, transcribed, stored in a retrieval system
 * or translated into any human or computer language in any form by any means,
 * electronic, mechanical, manual or otherwise, or disclosed to third parties
 * without the express written permission of Samsung Electronics.
 */

#ifndef _MB_LOG_UTILS_H_
#define _MB_LOG_UTILS_H_

#include <tees_log.h>

#define DUMP_ROW_LEN 16
#define MEMORY_LOG_TAG "[MEM]"
#define NAME_UNKNOWN "Unknown"

const char *LogUtilsGetTag(TEES_LogLevel level);

#endif /* _MB_LOG_UTILS_H_ */
