C# Class IsraelHiking.DataAccess.Logger

Inheritance: System.Web.Http.ExceptionHandling.ExceptionLogger, ILogger
Show file Open project: IsraelHikingMap/Site Class Usage Examples

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
LogAsync ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context, CancellationToken cancellationToken ) : Task
Warn ( string message ) : void

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Log() public method

public Log ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context ) : void
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext
return void

LogAsync() public method

public LogAsync ( System.Web.Http.ExceptionHandling.ExceptionLoggerContext context, CancellationToken cancellationToken ) : Task
context System.Web.Http.ExceptionHandling.ExceptionLoggerContext
cancellationToken System.Threading.CancellationToken
return Task

Warn() public method

public Warn ( string message ) : void
message string
return void