Logger subsystem

Overview

Logger internal API to be used by standalone TE off-line applications. More…

// global variables

FILE* te_log_message_file_out;
te_log_message_f te_log_message_file;

Detailed Documentation

Logger internal API to be used by standalone TE off-line applications.

Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved.

Global Variables

FILE* te_log_message_file_out

File stream to write log messages.

te_log_message_f te_log_message_file

Log message to the file stream te_log_message_file_out.