C# Class Party.Shared.Logging.LoggerExtensions

Mostra file Open project: vam-community/vam-party

Public Methods

Method Description
Error ( ILogger @this, string message ) : void
Info ( ILogger @this, string message ) : void
Verbose ( ILogger @this, string message ) : void
Warning ( ILogger @this, string message ) : void

Method Details

Error() public static method

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

Info() public static method

public static Info ( ILogger @this, string message ) : void
@this ILogger
message string
return void

Verbose() public static method

public static Verbose ( ILogger @this, string message ) : void
@this ILogger
message string
return void

Warning() public static method

public static Warning ( ILogger @this, string message ) : void
@this ILogger
message string
return void