A brief file description. More...
Go to the source code of this file.
Defines | |
#define | DIAGS_LOG_FILE "diags.log" |
Functions | |
static void | reconfigure_diags () |
static void | init_diags (char *bdt, char *bat) |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file diags.i.
#define DIAGS_LOG_FILE "diags.log" |
Definition at line 27 of file diags.i.
Referenced by init_diags().
static void init_diags | ( | char * | bdt, | |
char * | bat | |||
) | [static] |
Definition at line 93 of file diags.i.
References __FUNCTION__, diags, DIAGS_LOG_FILE, DL_Status, DL_Warning, Diags::print(), and reconfigure_diags().
static void reconfigure_diags | ( | ) | [static] |
Definition at line 39 of file diags.i.
References Diags::activate_taglist(), Diags::base_action_tags, Diags::base_debug_tags, Diags::config, Diags::deactivate_all(), diags, DiagsTagType_Action, DiagsTagType_Debug, DiagsConfigState::enabled, memcpy, DiagsConfigState::outputs, Diags::show_location, DiagsModeOutput::to_diagslog, DiagsModeOutput::to_stderr, DiagsModeOutput::to_stdout, and DiagsModeOutput::to_syslog.
Referenced by init_diags().