|
Claw
1.7.3
|
Implementation of the claw::log_level class. More...
Go to the source code of this file.
Namespaces | |
| namespace | claw |
| This is the main namespace. | |
Variables | |
| log_level | claw::log_error (0,"error: ") |
| Use this level if something goes really bad and your application may crash. | |
| log_level | claw::log_warning (1,"warning: ") |
| Use this level if a small problem occurs and you can deal with it without crashing the application. | |
| log_level | claw::log_verbose (15) |
| Use this level if you want to inform the user about a situation that is not problematic. | |
Implementation of the claw::log_level class.
Definition in file log_level.cpp.
1.8.1.2