google-nomulus/java/google/registry/tmch
mcilwain 81dc2bbbc3 Rationalize logging statements across codebase
This fixes up the following problems:
1. Using string concatenation instead of the formatting variant methods.
2. Logging or swallowing exception messages without logging the exception
   itself (this swallows the stack trace).
3. Unnecessary logging on re-thrown exceptions.
4. Unnecessary use of formatting variant methods when not necessary.
5. Complicated logging statements involving significant processing not being
   wrapped inside of a logging level check.
6. Redundant logging both of an exception itself and its message (this is
   unnecessary duplication).
7. Use of the base Logger class instead of our FormattingLogger class.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=182419837
2018-01-19 14:56:45 -05:00
..
BUILD Move backported JUnit file to third_party (part 2) 2017-12-02 11:37:46 -05:00
ClaimsListParser.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
icann-tmch-pilot.crl Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch-pilot.crt Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
icann-tmch.crl Update ICANN TMCH CRL file to latest as of now 2017-01-09 11:59:04 -05:00
icann-tmch.crt mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
LordnLog.java Use Immutable types for static final fields 2017-03-07 13:55:13 -05:00
LordnRequestInitializer.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
LordnTask.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
marksdb-public-key.asc mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
Marksdb.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
NordnUploadAction.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
NordnVerifyAction.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
SmdrlCsvParser.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCertificateAuthority.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchCrlAction.java Remove unnecessary generic type arguments 2017-11-21 18:17:31 -05:00
TmchData.java Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
TmchDnlAction.java Switch from Guava Optionals to Java 8 Optionals 2017-10-24 16:53:47 -04:00
TmchModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
TmchSmdrlAction.java Rationalize logging statements across codebase 2018-01-19 14:56:45 -05:00
TmchXmlSignature.java Un-Ignore a test in DomainApplicationCreateFlowTest 2017-05-03 10:44:56 -04:00