C# Class FLS.SharePoint.Infrastructure.LoggerExtensions

Exibir arquivo Open project: ivankozyrev/fls-internal-portal

Public Methods

Method Description
Debug ( this logger, string message ) : void
DebugFormat ( this logger, string format ) : void
Error ( this logger, Exception ex ) : void

Method Details

Debug() public static method

public static Debug ( this logger, string message ) : void
logger this
message string
return void

DebugFormat() public static method

public static DebugFormat ( this logger, string format ) : void
logger this
format string
return void

Error() public static method

public static Error ( this logger, Exception ex ) : void
logger this
ex System.Exception
return void