[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-08-11 Thread davinash
Github user davinash commented on the issue: https://github.com/apache/geode/pull/467 Thanks @kirklund and @upthewaterspout for your comments. I am moving this discussion on JIRA GEODE-258 and more questions. --- If your project is set up for it, you can reply to this email and

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-08-02 Thread kirklund
Github user kirklund commented on the issue: https://github.com/apache/geode/pull/467 @davinash Sorry to take so long to respond! For the security logger you can use this: ```java private static Logger securityLogger = LogService.getLogger(LogService.SECURITY_LOGGER_NAME);

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-05-08 Thread davinash
Github user davinash commented on the issue: https://github.com/apache/geode/pull/467 Thanks @kirklund and @upthewaterspout If I understand correctly getLoggerI18n should go away and replace with Log4j2. What is to be done for getSecurityLoggerI18n ?? --- If your project is set up

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-05-05 Thread kirklund
Github user kirklund commented on the issue: https://github.com/apache/geode/pull/467 I think you should the log statements to use Log4j2 loggers instead of changing them to use a different getLogWriter() API. This work was started in 2014 and was never finished. To convert

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/467 I'm not quite sure about this one. LogWriter and LoggerI18n are also deprecated. I believe they were deprecated because geode is now using log4j2. @dschneider-pivotal - It looks like