getLogFlags
getLogFlags
is used internally to return the log flags. The function takes no parameters.
Below is the implementation of it.
getLogFlags(): LogFlags {
return logFlags
}
getLogFlags
is used internally to return the log flags. The function takes no parameters.
Below is the implementation of it.
getLogFlags(): LogFlags {
return logFlags
}