SimpleREST.NET 0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
SimpleRest.Api.ISimpleRestLogger Interface Reference
Inheritance diagram for SimpleRest.Api.ISimpleRestLogger:

Public Member Functions

void Log (string customMessage, SimpleRestLogLevel? logLevel=null)
 
void Log (SimpleRestRequest? request, SimpleRestLogLevel? logLevel=null)
 

Detailed Description

Definition at line 2 of file ISimpleRestLogger.cs.

Member Function Documentation

◆ Log() [1/2]

void SimpleRest.Api.ISimpleRestLogger.Log ( SimpleRestRequest? request,
SimpleRestLogLevel? logLevel = null )

◆ Log() [2/2]

void SimpleRest.Api.ISimpleRestLogger.Log ( string customMessage,
SimpleRestLogLevel? logLevel = null )

Implemented in SimpleRest.Api.SimpleRestLogger.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: