class SemanticLogger::Base

def level_index

set for this instance
Returns the global default level index if the level has not been explicitly
Return the level index for fast comparisons
def level_index
  @level_index || SemanticLogger.default_level_index
end