Class DevToolsLogFactory

java.lang.Object
org.springframework.boot.devtools.logger.DevToolsLogFactory

public final class DevToolsLogFactory extends Object
Devtools deferred logging support.
Since:
2.1.0
  • Method Details

    • getLog

      public static org.apache.commons.logging.Log getLog(Class<?> source)
      Get a Log instance for the specified source that will be automatically switched when the context is prepared.
      Parameters:
      source - the source for logging
      Returns:
      a DeferredLog instance