class Google::Logging::SourceLocation

def to_h

Other tags:
    Private: -
def to_h
  {
    file: @file,
    line: @line,
    function: @function
  }
end