call method

int call()

Used to return the logs value when you invoke the level.

print(Level.INFO()); //return 800

Implementation

int call() => value;