open3d.ml.torch.utils.LogRecord

class open3d.ml.torch.utils.LogRecord(name, level, pathname, lineno, msg, args, exc_info, func=None, sinfo=None, **kwargs)

Class for logging information.

__init__(name, level, pathname, lineno, msg, args, exc_info, func=None, sinfo=None, **kwargs)

Initialize a logging record with interesting information.

getMessage()

Return the message for this LogRecord.

Return the message for this LogRecord after merging any user-supplied arguments with the message.