public sealed class RouterNatLogConfig : IMessage<RouterNatLogConfig>, IEquatable<RouterNatLogConfig>, IDeepCloneable<RouterNatLogConfig>, IBufferMessage, IMessage
Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
Check the Filter enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `RouterNatLogConfig` is 3.6.0, with several older versions also accessible, ranging from 3.5.0 down to 1.0.0."],["`RouterNatLogConfig` is a class for configuring logging on a Network Address Translation (NAT), implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `RouterNatLogConfig` class includes properties to `Enable` or disable log exporting, and `Filter` to specify the desired logging level, with options for errors, translations, or all connections."],["The class has two constructors: a default constructor `RouterNatLogConfig()` and another constructor that allows copying from another `RouterNatLogConfig` instance."],["`RouterNatLogConfig` inherits from `Object`, meaning it will inherit standard object methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]