This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Driver.Bridge.BridgeLogger Class Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Public Member Functions | Static Public Member Functions | List of all members
Org.Apache.REEF.Driver.Bridge.BridgeLogger Class Reference

A wrapper around the general Logger class used specifically for logging in CPP bridge code. More...

Public Member Functions

 BridgeLogger (string name)
 
void Log (string message)
 
void LogStart (string message)
 
void LogStop (string message)
 
void LogError (string message, Exception e)
 

Static Public Member Functions

static BridgeLogger GetLogger (string className)
 

Detailed Description

A wrapper around the general Logger class used specifically for logging in CPP bridge code.

This is enabled when trace level is above Level.Info (included)

Constructor & Destructor Documentation

Org.Apache.REEF.Driver.Bridge.BridgeLogger.BridgeLogger ( string  name)
inline

Member Function Documentation

static BridgeLogger Org.Apache.REEF.Driver.Bridge.BridgeLogger.GetLogger ( string  className)
inlinestatic
void Org.Apache.REEF.Driver.Bridge.BridgeLogger.Log ( string  message)
inline
void Org.Apache.REEF.Driver.Bridge.BridgeLogger.LogError ( string  message,
Exception  e 
)
inline
void Org.Apache.REEF.Driver.Bridge.BridgeLogger.LogStart ( string  message)
inline
void Org.Apache.REEF.Driver.Bridge.BridgeLogger.LogStop ( string  message)
inline

The documentation for this class was generated from the following file: