Learn R Programming

flowWorkspace (version 3.16.0)

getLoglevel: 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

Run this code
getLoglevel()
setLoglevel("Population")
getLoglevel()

Run the code above in your browser using DataLab