Sign in
fuchsia
/
third_party
/
golang
/
glog
/
HEAD
23def4e
README: change code.google.com link to GitHub
by Michael Stapelberg
· 9 years ago
main
master
fca8c88
Merge pull request #13 from michael-berlin/fix_log_before_flag_parse
by Rob Pike
· 9 years ago
65d6746
Fix problem that -log_dir will not be respected when anything is logged before flag.Parse().
by Michael Berlin
· 9 years ago
44145f0
log: Add Exit, Exitf etc.
by David Symonds
· 10 years ago
c56a6cb
Pad thread ID in log header to 7 spaces, to match C++ format.
by David Symonds
· 10 years ago
c741557
log: add *Depth function for log wrapping.
by David Symonds
· 10 years ago
b83197c
Fix log format to space pad PID instead of zero pad.
by David Symonds
· 11 years ago
5066b11
Fix non-atomic set of logging.filterLength.
by David Symonds
· 11 years ago
49850ea
Redirect messages written to the standard "log" package to the INFO log,
by David Symonds
· 11 years ago
d1c4472
Add a sentence to the documentation that flag.Parse must be called first.
by Rob Pike
· 11 years ago
20cea4d
Create a relative symlink for log files.
by David Symonds
· 11 years ago
c6f9652
document -log_dir, the one undocumented flag in this package.
by Rob Pike
· 11 years ago
228ba85
Fix typo, reformat top comment slightly.
by Rob Pike
· 11 years ago
f74c4c6
Add documentation about flushing and flags.
by Rob Pike
· 11 years ago
ab6a54c
Sanitize username used for constructing log filenames.
by David Symonds
· 11 years ago
c2ab0c9
Use path/filepath instead of path for manipulating OS paths.
by David Symonds
· 11 years ago
47832e5
Gofmt all source files.
by David Symonds
· 11 years ago
029e58e
Use os.TempDir to pick default location for log files.
by David Symonds
· 11 years ago
496d3b7
Use filepath.IsAbs to see if temp directory is local. Fixes a problem on Windows, since the old code assumed a rooted path starts with /.
by Rob Pike
· 11 years ago
2b6b498
Fix the license text in the source files. It was incorrect. Should be all consistent now.
by Rob Pike
· 11 years ago
3e682cc
Initial commit.
by Rob Pike
· 11 years ago
2d42ba6
Initial commit
by Rob Pike
· 11 years ago