Adding Categories to Specific Loggin Levels
The methods shown below are used to add categories to specific severity levels only. Each method can receive 1 to * category arguments.
public void debug()
public void info()
public void warn()
public void error()
public void fatal()
public void off()
Last updated