Class: Gitlab::AppLogger

Inherits:
MultiDestinationLogger show all
Defined in:
lib/gitlab/app_logger.rb

Class Method Summary collapse

Methods inherited from MultiDestinationLogger

#close, debug, error, file_name, file_name_noext, full_log_path, info, read_latest, warn

Class Method Details

.loggersObject



5
6
7
# File 'lib/gitlab/app_logger.rb', line 5

def self.loggers
  [Gitlab::AppJsonLogger]
end

.primary_loggerObject



9
10
11
# File 'lib/gitlab/app_logger.rb', line 9

def self.primary_logger
  Gitlab::AppJsonLogger
end