rename SetTraceLog to SetTraceLogLevel
This commit is contained in:
parent
1083eace20
commit
d90e3e4de5
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ import (
|
|||
)
|
||||
|
||||
// Set the current threshold (minimum) log level
|
||||
func SetTraceLog(logLevel TraceLogLevel) {
|
||||
func SetTraceLogLevel(logLevel TraceLogLevel) {
|
||||
clogLevel := (C.int)(logLevel)
|
||||
C.SetTraceLogLevel(clogLevel)
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ import (
|
|||
)
|
||||
|
||||
// Set the current threshold (minimum) log level
|
||||
func SetTraceLog(logLevel TraceLogLevel) {
|
||||
func SetTraceLogLevel(logLevel TraceLogLevel) {
|
||||
clogLevel := (C.int)(logLevel)
|
||||
C.SetTraceLogLevel(clogLevel)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue