GITLAB
Marko Tikvić
/ gologger
Toggle navigation
Sign in
Sign in
Activity
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
a58576e6c575546dea8df36ab3d951e509d3ee6e
master
v1.1
a58576e6c575546dea8df36ab3d951e509d3ee6e
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.1.2
26
Feb
2
Dec
22
Aug
13
23
Apr
22
15
12
3
19
Mar
7
12
Feb
11
6
22
Oct
7
Aug
27
Jun
15
13
9
May
5
Apr
30
Mar
26
Feb
14
1
3
Nov
17
Oct
9
1
Jun
10
Apr
1
Mar
7
Dec
28
Nov
19
Oct
21
Sep
new stuff
master
master
replaces log separator '=' with '#'
added new line after tracing for more clarity in logs
Improved tracing. Split tracing and HTTP logging in separate files.
extra padding on tracing message
call stack for error tracing
CallerFilenameAndLineNumber()
fixed PrintAndTrace not passing full var args list
add CallerFilenameAndLineNumber()
output directory controlor; better error handling
pretty print json
more readable datetime format
lint
split line constant
printing and tracing
more detailed printing
much cleaner, much better
logging user ID
output file name sequence fix
minor output format changes
refactored if statements
log response changes
log http response
new filename format
changed log file signature
new interaface; allow multiple logger instances
new design; allow for multiple instances
mutex initialization
changed initialization
optional init parameters; relocated mutexes
added Print() for console output
trace log and trace error
v1.1
v1.1
platform agnostic (path/filepath)
new version, doesn't require for user to create a gologger instance
Logger can now print filename and line number
Comments go before errors
Changed order of parameters in LogError(). It seems more intuitive to give simple explanation first.
changed timestamp format to a more readable one
fixed stupid thread lock
added mutex locks for event and error files