Rename LightningLoggerBase
to Logger
#11971
Labels
good first issue
Good for newcomers
help wanted
Open to be worked on
logger
Related to the Loggers
refactor
Proposed refactor
loggers/logger.py
Logger
class by copying the code inLightningLoggerBase
LightningLoggerBase
subclassLogger
, and create a dummy constructor to emit a deprecation warning like in this example:https://github.com/PyTorchLightning/pytorch-lightning/blob/d61371922bf89a2b810711e67eee47f224be60cc/pytorch_lightning/plugins/training_type/ddp.py#L18-L24
Motivation
We want all of our main class names to follow the same standard.
Logger
should matchCallback
,Strategy
,Accelerator
, etc. Also, we want our files names to conform to standard ofaccelerators/accelerator.py
,strategies/strategy.py
, etc.Part of #11908
cc @justusschock @awaelchli @rohitgr7 @edward-io @Borda @ananthsub @kamil-kaczmarek @Raalsky @Blaizzy
The text was updated successfully, but these errors were encountered: