|
Sierra Toolkit
Version of the Day
|
00001 #ifndef stk_mesh_DiagWriter_fwd_h 00002 #define stk_mesh_DiagWriter_fwd_h 00003 00004 #include <stk_util/diag/Writer_fwd.hpp> 00005 00006 namespace stk_classic { 00007 namespace mesh { 00008 00009 enum LogMask { 00010 LOG_ALWAYS = stk_classic::LOG_ALWAYS, 00011 LOG_TRACE = stk_classic::LOG_TRACE, 00012 LOG_TRACE_STATS = stk_classic::LOG_TRACE_STATS, 00013 LOG_TRACE_SUB_CALLS = stk_classic::LOG_TRACE_SUB_CALLS, 00014 LOG_MEMBERS = stk_classic::LOG_MEMBERS, 00015 00016 LOG_STREAM_COMMON = LOG_TRACE | LOG_TRACE_STATS, 00017 LOG_BUCKET = 0x00000100, 00018 LOG_ENTITY = 0x00000200, 00019 LOG_PART = 0x00000300, 00020 LOG_FIELD = 0x00000400, 00021 00022 LOG_MOD_END = 0x00000800 00023 }; 00024 00025 } // namespace mesh 00026 } // namespace stk_classic 00027 00028 #endif // stk_mesh_DiagWriter_fwd_h