libgit2

git_trace_level_t

Version:

Available tracing levels. When tracing is set to a particular level, callers will be provided tracing at the given level and all lower levels.

Values

GIT_TRACE_NONE
0

No tracing will be performed.

GIT_TRACE_FATAL
1

Severe errors that may impact the program's execution

GIT_TRACE_ERROR
2

Errors that do not impact the program's execution

GIT_TRACE_WARN
3

Warnings that suggest abnormal data

GIT_TRACE_INFO
4

Informational messages about program execution

GIT_TRACE_DEBUG
5

Detailed data that allows for debugging

GIT_TRACE_TRACE
6

Exceptionally detailed debugging data

Parameter To

Versions