Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| |||||||||||
Logging - Interview Questions and Answers for 'Abs' - 1 question(s) found - Order By Newest | |||||||||||
| |||||||||||
This question was recently asked at 'Y Media Labs'.This question is still unanswered. Can you please provide an answer. | |||||||||||
Help us improve. Please let us know the company, where you were asked this question : | |||||||||||
Like Discuss Correct / Improve  log4j vs slf4j Asked in 1 Companies | |||||||||||
Related Questions | |||||||||||
What are some different logging levels for log4j ? | |||||||||||
How will you design a Log4j kind of framework. | |||||||||||
What is the difference between log4j and java logging api. | |||||||||||
What is the difference between TimeBasedRollingPolicy and SizeBasedTriggeringPolicy within Log4j ? Can we use both together and What would that mean ? | |||||||||||
What is the difference between RollingFile and RollingRandomAccessFile in log4j ? | |||||||||||
In following log4j configuration file, How should we change the logging level to WARN <Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
in the following log4j config file, How should we change the file name and format <Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
In the following log4j config, What if we don't need rolling logs <Configuration status="DEBUG"> <Appenders> <RollingFile name="File" fileName="logs/xyz.log" filePattern="logs/xyz-%d{MM-dd-yyyy}.log.gz"> <TimeBasedTriggeringPolicy /> </RollingFile> </Appenders> <Loggers> <Root level="DEBUG"> <AppenderRef ref="File" /> </Root> </Loggers> </Configuration> | |||||||||||
What are some of the Log4j appenders ? | |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
| |||||||||||