L
OGGING
O
PTIONS
EOS Log Library
E
355/
E
265 U
SER
AND
B
EST
P
RACTICES
G
UIDE
67
Configuration
Variables
*DEBUGO
Presents detailed logging for various OS components such as task scheduler,
power manager, device open/close, pipes and Ethernet. This variable logs can
result in a high volume of data and must be disabled in production devices.
•
Setting,
*DEBUGO=00001
enables sleep message logs.
•
Setting,
*DEBUGO=08000
enables power manger logs.
•
Setting,
*DEBUGO=04000
enables device open/close logs.
*DEBUGT
Presents various file access information for one or more tasks. The format is:
*DEBUT = lower-upper:WEIRDCO
For more information on this variable, refer to Verix eVo Volume I: Operating
System Programmers Manual, VPN - DOC00301.
EOS Log Library
EOS log library provides integrated logs showing both OS and application logs.
Key features of the logging include:
•
Build time enabling/disabling of log statements. Using a C macro definition, log
statements can be enabled or disabled.
•
Configuration variables to override the default log settings for a task.
•
Log statements can include optional filters, which are evaluated at run time.
Statement is only logged if the filter evaluates to true. Filters will control the
amount of log data.
•
Logged data includes task and source file information.
•
Includes log spooler, which is used to spool a
*LOG
log to a communication
port specified by
*LOGP
. This feature provides real time logging with
timestamps. It is enabled using configuration variable
*LOGSPOOLER
or NCP
menu. The disadvantage is that system wakes up regularly for transmitting log
content and never stays in sleep for longer periods.
For more information on EOS Log Library, refer to Verix eVo Volume II: Operating
System and Communication Programmers Guide, VPN - DOC00302.
EOS
Configuration
Variables
•
CommEngine logs are enabled using configuration variable
CELOG=C
.
•
CommEngine logs are disabled using configuration variable
CELOG=N
.
•
Filters to CommEngine logs are specified using configuration variable
CEFIL
.
•
Bluetooth engine logs are enabled using configuration variable
VXBTELOG
and
filters specified using
VXBTEFIL
.
•
Bluetooth Control Panel logs in NCP are enabled using configuration variable
VXBTLOG
and filters specified using
VXBTFIL
.
•
Wi-Fi supplicant logs are enabled using configuration variable
WSUPLOG
and
filters specified using
WSUPFIL
.
Summary of Contents for e265
Page 1: ...Verifone Part Number DOC087 080 EN A Revision A e355 e265 User and Best Practices Guide...
Page 6: ...CONTENTS 6 E355 E265 USER AND BEST PRACTICES GUIDE...
Page 10: ...PREFACE Conventions and Acronyms 10 E355 E265 USER AND BEST PRACTICES GUIDE...
Page 64: ...SYSTEM MODE VTM Software Versions 64 E355 E265 USER AND BEST PRACTICES GUIDE...
Page 70: ...LOGGING OPTIONS logdump 70 E355 E265 USER AND BEST PRACTICES GUIDE...
Page 74: ...SOFTWARE PACKAGE Downloading 74 E355 E265 USER AND BEST PRACTICES GUIDE...
Page 76: ...CONTROL AND BARCODE APPLICATIONS Pipe Interface 76 E355 E265 USER AND BEST PRACTICES GUIDE...