C# Class Microsoft.Extensions.Logging.LoggingExtensions

Mostrar archivo Open project: kerryjiang/NRack

Public Methods

Method Description
Error ( this logger, string message ) : void
Error ( this logger, string message, Exception e ) : void
ErrorFormat ( this logger, string message ) : void

Method Details

Error() public static method

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

Error() public static method

public static Error ( this logger, string message, Exception e ) : void
logger this
message string
e System.Exception
return void

ErrorFormat() public static method

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