LAMA
|
00001 00033 #ifndef LAMA_LOGLEVEL_HPP_ 00034 #define LAMA_LOGLEVEL_HPP_ 00035 00036 namespace lama 00037 { 00038 00042 namespace LogLevel 00043 { 00044 00048 enum LogLevel 00049 { 00050 00055 noLogging=0, 00056 00061 convergenceHistory=1, 00062 00066 solverInformation=2, 00067 00072 advancedInformation=3, 00073 00077 completeInformation=4 00078 }; 00079 00080 } // namespace LogLevel 00081 00082 } // namespace lama 00083 00084 #endif // LAMA_LOGLEVEL_HPP_