Method: BatchKit::Logging::JavaLogFacade#log_file

Defined in:
lib/batch-kit/logging/java_util_logger.rb

#log_fileObject

Returns The path to any log file used with this logger.

Returns:

  • The path to any log file used with this logger



21
22
23
# File 'lib/batch-kit/logging/java_util_logger.rb', line 21

def log_file
  @log_file
end