FreeRDP
CallbackAppender.c File Reference
#include <winpr/config.h>
#include "CallbackAppender.h"

Functions

static BOOL WLog_CallbackAppender_Open (wLog *log, wLogAppender *appender)
 
static BOOL WLog_CallbackAppender_Close (wLog *log, wLogAppender *appender)
 
static BOOL WLog_CallbackAppender_WriteMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_CallbackAppender_WriteDataMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_CallbackAppender_WriteImageMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_CallbackAppender_WritePacketMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_CallbackAppender_Set (wLogAppender *appender, const char *setting, void *value)
 
static void WLog_CallbackAppender_Free (wLogAppender *appender)
 
wLogAppender * WLog_CallbackAppender_New (wLog *log)
 

Function Documentation

◆ WLog_CallbackAppender_Close()

static BOOL WLog_CallbackAppender_Close ( wLog *  log,
wLogAppender *  appender 
)
static
Here is the caller graph for this function:

◆ WLog_CallbackAppender_Free()

static void WLog_CallbackAppender_Free ( wLogAppender *  appender)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_New()

wLogAppender* WLog_CallbackAppender_New ( wLog *  log)

WinPR: Windows Portable Runtime WinPR Logger

Copyright 2014 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m

Licensed 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_Open()

static BOOL WLog_CallbackAppender_Open ( wLog *  log,
wLogAppender *  appender 
)
static
Here is the caller graph for this function:

◆ WLog_CallbackAppender_Set()

static BOOL WLog_CallbackAppender_Set ( wLogAppender *  appender,
const char *  setting,
void *  value 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_WriteDataMessage()

static BOOL WLog_CallbackAppender_WriteDataMessage ( wLog *  log,
wLogAppender *  appender,
wLogMessage message 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_WriteImageMessage()

static BOOL WLog_CallbackAppender_WriteImageMessage ( wLog *  log,
wLogAppender *  appender,
wLogMessage message 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_WriteMessage()

static BOOL WLog_CallbackAppender_WriteMessage ( wLog *  log,
wLogAppender *  appender,
wLogMessage message 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ WLog_CallbackAppender_WritePacketMessage()

static BOOL WLog_CallbackAppender_WritePacketMessage ( wLog *  log,
wLogAppender *  appender,
wLogMessage message 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: