Learn R Programming

h2o (version 2.8.4.4)

h2o.logAndEcho: Write and Echo Message to H2O Log

Description

Write a user-defined message to the H2O Java log file and echo it back to the user.

Usage

h2o.logAndEcho(conn, message)

Arguments

conn
An H2OClient object containing the IP address and port of the server running H2O.
message
A character string to write to the H2O Java log file.

See Also

H2OClient, h2o.downloadAllLogs

Examples

Run this code
library(h2o)
localH2O = h2o.init()
h2o.logAndEcho(localH2O, "Test log and echo method.")

Run the code above in your browser using DataLab