h2o.startLogging function

Start Writing H2O R Logs

Start Writing H2O R Logs

Begin logging H2o R POST commands and error responses to local disk. Used primarily for debuggin purposes.

h2o.startLogging(file)

Arguments

  • file: a character string name for the file, automatically generated

Examples

## Not run: library(h2o) h2o.init() h2o.startLogging() australia_path = system.file("extdata", "australia.csv", package = "h2o") australia = h2o.importFile(path = australia_path) h2o.stopLogging() ## End(Not run)

See Also

h2o.stopLogging, h2o.clearLog, h2o.openLog

  • Maintainer: Tomas Fryda
  • License: Apache License (== 2.0)
  • Last published: 2024-01-11