Adding Categories Granularly
public void category(
string name,
[numeric levelMin='0',]
[numeric levelMax='4',]
[string appenders='*']
)Parameters:
Example
//log all email service messages to the MyLogFileAppender and the Console.
config.category( name="org.model.EmailService", appenders="MyLogFileAppender,Console" );Last updated
Was this helpful?