FreeRDP
|
Data Structures | |
struct | wLogAppender |
struct | wLog |
Macros | |
#define | WLOG_MAX_PREFIX_SIZE 512 |
#define | WLOG_MAX_STRING_SIZE 8192 |
#define | WLOG_APPENDER_COMMON() |
Typedefs | |
typedef BOOL(* | WLOG_APPENDER_OPEN_FN) (wLog *log, wLogAppender *appender) |
typedef BOOL(* | WLOG_APPENDER_CLOSE_FN) (wLog *log, wLogAppender *appender) |
typedef BOOL(* | WLOG_APPENDER_WRITE_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* | WLOG_APPENDER_WRITE_DATA_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* | WLOG_APPENDER_WRITE_IMAGE_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* | WLOG_APPENDER_WRITE_PACKET_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* | WLOG_APPENDER_SET) (wLogAppender *appender, const char *setting, void *value) |
typedef void(* | WLOG_APPENDER_FREE) (wLogAppender *appender) |
Functions | |
BOOL | WLog_Layout_GetMessagePrefix (wLog *log, wLogLayout *layout, wLogMessage *message) |
Variables | |
const char * | WLOG_LEVELS [7] |
#define WLOG_APPENDER_COMMON | ( | ) |
#define WLOG_MAX_PREFIX_SIZE 512 |
WinPR: Windows Portable Runtime WinPR Logger
Copyright 2013 Marc-Andre Moreau marca ndre .more au@g mail. 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.
#define WLOG_MAX_STRING_SIZE 8192 |
typedef BOOL(* WLOG_APPENDER_CLOSE_FN) (wLog *log, wLogAppender *appender) |
typedef void(* WLOG_APPENDER_FREE) (wLogAppender *appender) |
typedef BOOL(* WLOG_APPENDER_OPEN_FN) (wLog *log, wLogAppender *appender) |
typedef BOOL(* WLOG_APPENDER_SET) (wLogAppender *appender, const char *setting, void *value) |
typedef BOOL(* WLOG_APPENDER_WRITE_DATA_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* WLOG_APPENDER_WRITE_IMAGE_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* WLOG_APPENDER_WRITE_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
typedef BOOL(* WLOG_APPENDER_WRITE_PACKET_MESSAGE_FN) (wLog *log, wLogAppender *appender, wLogMessage *message) |
BOOL WLog_Layout_GetMessagePrefix | ( | wLog * | log, |
wLogLayout * | layout, | ||
wLogMessage * | message | ||
) |
|
extern |
References for general logging concepts:
Short introduction to log4j: http://logging.apache.org/log4j/1.2/manual.html
logging - Logging facility for Python: http://docs.python.org/2/library/logging.html