module FluentLogger

FluentLogger exposes the Fluent logger to the gRPC library.

Public Instance Methods

logger() click to toggle source
# File lib/fluent/plugin/out_google_cloud.rb, line 70
def logger
  $log # rubocop:disable Style/GlobalVars
end