dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
Due to historical development and personal preferences of various developer an instance of logger is reverences as _log, LOGGER LOG or log. While forcing a unified style for all variable will produce big code reformatting, a smaller change to enforce logger name is beneficial.
The agreed style is:
private static final Logger LOGGER = LoggerFactory.getLogger(clazz);
Due to historical development and personal preferences of various developer an instance of logger is reverences as _log, LOGGER LOG or log. While forcing a unified style for all variable will produce big code reformatting, a smaller change to enforce logger name is beneficial.
The agreed style is: