Enum LogVisibility

Enum Documentation

enum Blam::Logger::LogVisibility

Enumerator to specify log event visibility.

Values:

Vis_None

The message will not be visible anywhere.

All

The message will be shown in all places where log output can be written.

StdoutOnly

The message will only be shown to the in-game console and STDOUT.

FileOnly

The message will only be written to the log file.

HTMLOnly

The message will only be written to the log file, if the file is in HTML format.

TXTOnly

The message will only be written to the log file, if the file is in plain text format.