nn::rdt::CTR::SetLogLevel Functionnn::Result SetLogLevel( bit32 level );
| Name | Description | |
|---|---|---|
| in | level | Argument to control the log output. |
nn::Result::IsSuccess function when a valid argument is given. Currently, the valid arguments are LOG_LEVEL_NONE and LOG_LEVEL_ALL. Returns ResultInvalidValue when an invalid argument is given. Configures the RDT library's log output level.
By default, the RDT library is configured to not output a log. When investigating bugs in the RDT library or in similar scenarios, call in advance nn::rdt::CTR::SetLogLevel(nn::rdt::CTR::LOG_LEVEL_ALL); to enable log output. This can be beneficial in debugging the RDT library. At present there are only two output level settings: no output log at all, and output a complete log. It is possible that in the future we may provide more detailed options for log output.
CONFIDENTIAL