Module: Reddit::Internal::Logger

Extended by:
Logger
Included in:
Logger
Defined in:
lib/reddit/internal/logger.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enable_file_loggingObject

Returns the value of attribute enable_file_logging.



7
8
9
# File 'lib/reddit/internal/logger.rb', line 7

def enable_file_logging
  @enable_file_logging
end

#logObject

Returns the value of attribute log.



6
7
8
# File 'lib/reddit/internal/logger.rb', line 6

def log
  @log
end