|
Mila 0.13.48
Deep Neural Network Library
|
Classes | |
| class | ConsoleSink |
| Thread-safe logging sink that writes formatted records to the console. More... | |
| class | FileSink |
| Thread-safe logging sink that writes formatted records to a file. More... | |
| class | Logger |
| Abstract logging interface and static facade. More... | |
| class | NullSink |
| A logging sink that silently discards all records. More... | |
Enumerations | |
| enum class | Mila::Logging::LogLevel { Trace , Debug , Info , Warning , Error , Critical , None } |
| Severity levels for log records, ordered from most verbose to most severe. More... | |
|
exportstrong |
Severity levels for log records, ordered from most verbose to most severe.
A sink configured at a given level will emit all records at that level and above. For example, a sink at Warning will emit Warning, Error, and Critical records and discard Trace, Debug, and Info.