ACE 8.0.2
Loading...
Searching...
No Matches
Functions
Log_Record.cpp File Reference
#include "ace/Log_Record.h"
#include "ace/Log_Msg.h"
#include "ace/ACE.h"
#include "ace/OS_NS_stdio.h"
#include "ace/CDR_Stream.h"
#include "ace/Truncate.h"
#include "ace/Log_Category.h"
#include "ace/streams.h"
#include "ace/OS_Memory.h"
#include <memory>

Functions

bool log_priority_enabled (ACE_Log_Category_TSS *category, ACE_Log_Priority priority)
 
int operator<< (ACE_OutputCDR &cdr, const ACE_Log_Record &log_record)
 
int operator>> (ACE_InputCDR &cdr, ACE_Log_Record &log_record)
 

Function Documentation

◆ log_priority_enabled()

bool log_priority_enabled ( ACE_Log_Category_TSS * category,
ACE_Log_Priority priority )
inline

◆ operator<<()

int operator<< ( ACE_OutputCDR & cdr,
const ACE_Log_Record & log_record )

◆ operator>>()

int operator>> ( ACE_InputCDR & cdr,
ACE_Log_Record & log_record )