Get a LogStream for the specified severity.
Syntax
auto amsr::log::Logger::WithLevel(LogLevel log_level) -> LogStream [inline], [noexcept]
Parameters
| Log level to verify |
Returns
Log stream
Thread-safety, Reentrance, Result Delivery
- Threadsafe : TRUE
- Reentrant : FALSE
- Synchronous : TRUE
Additional Information
- Memory safety specification requires
TRUE
- Call context: ANY
- Referenced by LogDebug(), LogError(), LogFatal(), LogInfo(), LogVerbose() and LogWarn()