getLoglevel {flowWorkspace}R Documentation

get/set the log level

Description

It is helpful sometime to get more detailed print out for the purpose of trouble shooting

Usage

getLoglevel()

setLoglevel(level = "none")

Arguments

level

a character that represents the log level , can be value of c("none", "GatingSet", "GatingHierarchy", "Population", "gate") default is "none" , which does not print any information from C parser.

Value

a character that represents the internal log level

Examples

getLoglevel()
setLoglevel("Population")
getLoglevel()


[Package flowWorkspace version 3.32.0 Index]