Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/glog
base: v1.0.0
Choose a base ref
...
head repository: golang/glog
compare: v1.1.0
Choose a head ref
  • 1 commit
  • 11 files changed
  • 1 contributor

Commits on Mar 3, 2023

  1. glog: update glog to the latest internal version (#59)

    This change upstreams a number of changes since the last package update.
    
    In particular this adds:
    
    - New exported APIs (see godoc for further details):
      - glog.VDepth
      - glog.InfoDepthf
      - glog.WarningDepthf
      - glog.ErrorDepthf
      - glog.FatalDepthf
      - glog.ExitDepthf
      - glog.Names
      - glog.NewStandardLogger
      - glog.Verbose.InfoDepth
      - glog.Verbose.InfoDepthf
      - glog.ErrNoLog
    
    - The -log_backtrace_at flag accepts now a comma-separated list of file:line locations.
    
    - The -vmodule flag accepts a new syntax to match the full path to a module instead of just the module name. See the updated package documentation.
    
    - A new internal/logsink package to support other outputs than files. Note: This package is internal, because we cannot guarantee at this point that the API remains stable.
    
    More details at go/log-vs-glog (google-internal).
    chressie committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    115d1f9 View commit details
    Browse the repository at this point in the history