REMOVED: SetTraceLogExit()
I feel nobody has ever used this function...
This commit is contained in:
parent
421e5d4829
commit
62ccec0ac5
2 changed files with 0 additions and 7 deletions
|
@ -97,12 +97,6 @@ void SetTraceLogLevel(int logType)
|
|||
logTypeLevel = logType;
|
||||
}
|
||||
|
||||
// Set the exit threshold (minimum) log level
|
||||
void SetTraceLogExit(int logType)
|
||||
{
|
||||
logTypeExit = logType;
|
||||
}
|
||||
|
||||
// Set a trace log callback to enable custom logging
|
||||
void SetTraceLogCallback(TraceLogCallback callback)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue