Data Structures | Enumerations | Variables

LogConfig.h File Reference

A brief file description. More...

#include "libts.h"
#include "P_RecProcess.h"
#include "ProxyConfig.h"
Include dependency graph for LogConfig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  LogConfig
struct  LogDeleteCandidate

Enumerations

enum  {
  log_stat_event_log_error_ok_stat, log_stat_event_log_error_skip_stat, log_stat_event_log_error_aggr_stat, log_stat_event_log_error_full_stat,
  log_stat_event_log_error_fail_stat, log_stat_event_log_access_ok_stat, log_stat_event_log_access_skip_stat, log_stat_event_log_access_aggr_stat,
  log_stat_event_log_access_full_stat, log_stat_event_log_access_fail_stat, log_stat_num_sent_to_network_stat, log_stat_num_lost_before_sent_to_network_stat,
  log_stat_num_received_from_network_stat, log_stat_num_flush_to_disk_stat, log_stat_num_lost_before_flush_to_disk_stat, log_stat_bytes_lost_before_preproc_stat,
  log_stat_bytes_sent_to_network_stat, log_stat_bytes_lost_before_sent_to_network_stat, log_stat_bytes_received_from_network_stat, log_stat_bytes_flush_to_disk_stat,
  log_stat_bytes_lost_before_flush_to_disk_stat, log_stat_bytes_written_to_disk_stat, log_stat_bytes_lost_before_written_to_disk_stat, log_stat_log_files_open_stat,
  log_stat_log_files_space_used_stat, log_stat_count
}

Variables

RecRawStatBlocklog_rsb

Detailed Description

A brief file description.

License

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 LogConfig.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
log_stat_event_log_error_ok_stat 
log_stat_event_log_error_skip_stat 
log_stat_event_log_error_aggr_stat 
log_stat_event_log_error_full_stat 
log_stat_event_log_error_fail_stat 
log_stat_event_log_access_ok_stat 
log_stat_event_log_access_skip_stat 
log_stat_event_log_access_aggr_stat 
log_stat_event_log_access_full_stat 
log_stat_event_log_access_fail_stat 
log_stat_num_sent_to_network_stat 
log_stat_num_lost_before_sent_to_network_stat 
log_stat_num_received_from_network_stat 
log_stat_num_flush_to_disk_stat 
log_stat_num_lost_before_flush_to_disk_stat 
log_stat_bytes_lost_before_preproc_stat 
log_stat_bytes_sent_to_network_stat 
log_stat_bytes_lost_before_sent_to_network_stat 
log_stat_bytes_received_from_network_stat 
log_stat_bytes_flush_to_disk_stat 
log_stat_bytes_lost_before_flush_to_disk_stat 
log_stat_bytes_written_to_disk_stat 
log_stat_bytes_lost_before_written_to_disk_stat 
log_stat_log_files_open_stat 
log_stat_log_files_space_used_stat 
log_stat_count 

Definition at line 36 of file LogConfig.h.


Variable Documentation