supportLevel abstract method

bool supportLevel(
  1. BDLevel level
)

Allow the BDLogHandler to specify which BDLevel of BDLogRecord he can handle.

return bool true if the BDLevel is supported.

Implementation

bool supportLevel(final BDLevel level);