Custom Log Level
问题 In my existing application " org.apache.log4j " API's have been used in java code. Requirement : I have to log some statement(say xyz) in log file in any case and should not dependent of log levels.For example : if my log level is error then also xyz should print, if my log level is debug then also xyz should print. I cannot make log statement of xyz is debug because if i do this, other log statements apart from xyz will also start printing. For this, I believe, I have to add some custom log