C# Class NetPonto.Web.Infrastructure.Logging.LogUtility

Inheritance: ILogger
Exibir arquivo Open project: JorgeMCSilva/NetPonto

Public Methods

Method Description
BuildExceptionMessage ( Exception ex ) : string

Private Methods

Method Description
ILogger ( ) : void
ILogger ( Exception ex ) : void
ILogger ( string message ) : void

Method Details

BuildExceptionMessage() public static method

public static BuildExceptionMessage ( Exception ex ) : string
ex System.Exception
return string