62 TraceToConsole = 0x02,
71 ConsoleColored = 0x10,
74 ConsoleShowPrefix = 0x20,
83 Default = TraceToFile | LogPackets | LogBooks
100 ReadOwnerOnly = 0x01,
106 WriteOwnerOnly = 0x04,
112 Default = ReadAll | WriteOwnerOnly
ONIXS_TRADEWEB_APA_API std::string enumToString(ErrorCode::Enum)
Returns string representation of ErrorCode value.
Used for tracing, usually including functions' names and args.
Fatal error, cannot continue.
Log file read permissions.
System error, but we can go on.
User or logic error, just say about it.
LogSettings::Enum operator|(LogSettings::Enum a, LogSettings::Enum b)
Typed logical operator helper.