Method: Sentry::Configuration#logger

Defined in:
lib/sentry/configuration.rb

#loggerLogger

Logger used by Sentry. In Rails, this is the Rails logger, otherwise Sentry provides its own Sentry::Logger.

Returns:

[View source]

186
187
188
# File 'lib/sentry/configuration.rb', line 186

def logger
  @logger
end