A brief file description. More...
#include "libts.h"
#include "Log.h"
#include "LogFile.h"
#include "LogFormat.h"
#include "LogFilter.h"
#include "LogHost.h"
#include "LogBuffer.h"
#include "LogAccess.h"
#include "ts/Vec.h"
Go to the source code of this file.
Data Structures | |
class | LogBufferManager |
class | LogObject |
class | TextLogObject |
class | RefCounter |
class | LogObjectManager |
Defines | |
#define | LOG_FILE_ASCII_OBJECT_FILENAME_EXTENSION ".log" |
#define | LOG_FILE_BINARY_OBJECT_FILENAME_EXTENSION ".blog" |
#define | LOG_FILE_PIPE_OBJECT_FILENAME_EXTENSION ".pipe" |
#define | FLUSH_ARRAY_SIZE (512*4) |
#define | LOG_OBJECT_ARRAY_DELTA 8 |
#define | ACQUIRE_API_MUTEX(_f) |
#define | RELEASE_API_MUTEX(_f) |
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 LogObject.h.
#define ACQUIRE_API_MUTEX | ( | _f | ) |
ink_mutex_acquire(_APImutex); \ Debug("log-api-mutex", _f)
Definition at line 60 of file LogObject.h.
Referenced by LogObjectManager::check_buffer_expiration(), LogObjectManager::display(), LogObjectManager::flush_all_objects(), LogObjectManager::preproc_buffers(), LogObjectManager::roll_files(), and LogObjectManager::unmanage_api_object().
#define FLUSH_ARRAY_SIZE (512*4) |
Definition at line 56 of file LogObject.h.
Referenced by LogBufferManager::preproc_buffers().
#define LOG_FILE_ASCII_OBJECT_FILENAME_EXTENSION ".log" |
Definition at line 52 of file LogObject.h.
Referenced by main().
#define LOG_FILE_BINARY_OBJECT_FILENAME_EXTENSION ".blog" |
Definition at line 53 of file LogObject.h.
Referenced by main().
#define LOG_FILE_PIPE_OBJECT_FILENAME_EXTENSION ".pipe" |
Definition at line 54 of file LogObject.h.
#define LOG_OBJECT_ARRAY_DELTA 8 |
Definition at line 58 of file LogObject.h.
#define RELEASE_API_MUTEX | ( | _f | ) |
ink_mutex_release(_APImutex); \ Debug("log-api-mutex", _f)
Definition at line 64 of file LogObject.h.
Referenced by LogObjectManager::check_buffer_expiration(), LogObjectManager::display(), LogObjectManager::flush_all_objects(), LogObjectManager::preproc_buffers(), LogObjectManager::roll_files(), and LogObjectManager::unmanage_api_object().