C# Class Microsoft.Research.DataOnboarding.Utilities.ErrorLogger

Show file Open project: CDLUC3/dataup2

Public Methods

Method Description
Log ( string message ) : void
LogException ( Exception ex ) : void

Method Details

Log() public static method

public static Log ( string message ) : void
message string
return void

LogException() public static method

public static LogException ( Exception ex ) : void
ex System.Exception
return void