FreeRDP
Loading...
Searching...
No Matches
Log Message

Functions

enum WINPR_C23_ENUM_TYPE (uint32_t)
 

Variables

 wLogMessageType
 

Detailed Description

Function Documentation

◆ WINPR_C23_ENUM_TYPE()

enum WINPR_C23_ENUM_TYPE ( uint32_t  )

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 Copyright 2015 Thincast Technologies GmbH Copyright 2015 Bernhard Miklautz bernh.nosp@m.ard..nosp@m.mikla.nosp@m.utz@.nosp@m.thinc.nosp@m.ast..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. Log Levels

Log Appenders

Definition at line 1 of file include/winpr/wlog.h.

43{
44 WLOG_TRACE = 0,
45 WLOG_DEBUG = 1,
46 WLOG_INFO = 2,
47 WLOG_WARN = 3,
48 WLOG_ERROR = 4,
49 WLOG_FATAL = 5,
50 WLOG_OFF = 6,
51 WLOG_LEVEL_INHERIT = 0xFFFF
52} wLogLevel;

Variable Documentation

◆ wLogMessageType

wLogMessageType

Definition at line 63 of file include/winpr/wlog.h.