FreeRDP
BinaryAppender.c File Reference
#include <winpr/config.h>
#include "BinaryAppender.h"
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/file.h>
#include <winpr/path.h>
#include <winpr/stream.h>

Functions

static BOOL WLog_BinaryAppender_Open (wLog *log, wLogAppender *appender)
 
static BOOL WLog_BinaryAppender_Close (wLog *log, wLogAppender *appender)
 
static BOOL WLog_BinaryAppender_WriteMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_BinaryAppender_WriteDataMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_BinaryAppender_WriteImageMessage (wLog *log, wLogAppender *appender, wLogMessage *message)
 
static BOOL WLog_BinaryAppender_Set (wLogAppender *appender, const char *setting, void *value)
 
static void WLog_BinaryAppender_Free (wLogAppender *appender)
 
wLogAppender * WLog_BinaryAppender_New (wLog *log)
 

Function Documentation

◆ WLog_BinaryAppender_Close()

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

◆ WLog_BinaryAppender_Free()

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

◆ WLog_BinaryAppender_New()

wLogAppender* WLog_BinaryAppender_New ( wLog *  log)

WinPR: Windows Portable Runtime WinPR Logger

Copyright 2013 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

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_BinaryAppender_Open()

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

◆ WLog_BinaryAppender_Set()

static BOOL WLog_BinaryAppender_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_BinaryAppender_WriteDataMessage()

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

◆ WLog_BinaryAppender_WriteImageMessage()

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

◆ WLog_BinaryAppender_WriteMessage()

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