HydraExpress™ C++ 2020 |
HydraExpress™ C++ API Reference Guide |
Product Documentation: HydraExpress C++ Documentation Home |
Writes logging messages to a file. More...
#include <rwsf/core/LogFileWriter.h>
This Logger implementation writes to a file. To use it, you must specify ".createFileLogger" in the logger configuration file. Under the logger definition, the following properties must be specified:
filename
The file to log to.mode
(optional) Set to overwrite
if you want the file to be overwritten on every startup, or append
to add to the existing file. Defaults to overwrite
.formatter
(optional) The line formatter. Usually rwsf_core.createLogTimeFormatter
. Defaults to no special formatting.Example definition in the logger configuration file, typically loggers.xml:
Copyright © 2020 Rogue Wave Software, Inc. All Rights Reserved. |