SimpleREST.NET
0.1
A simple and minimal api framework for .net base on Express.js
Loading...
Searching...
No Matches
ISimpleRestLogger.cs
Go to the documentation of this file.
1
namespace
SimpleRest.Api
;
2
public
interface
ISimpleRestLogger
3
{
4
public
void
Log
(
string
customMessage,
SimpleRestLogLevel
? logLevel =
null
);
5
public
void
Log
(
SimpleRestRequest
? request,
SimpleRestLogLevel
? logLevel =
null
);
6
}
SimpleRest.Api.SimpleRestRequest
The main class for all incoming request data. This is a wrapper for the HttpListenerRequest class....
Definition
SimpleRestRequest.cs:26
SimpleRest.Api.ISimpleRestLogger
Definition
ISimpleRestLogger.cs:3
SimpleRest.Api.ISimpleRestLogger.Log
void Log(string customMessage, SimpleRestLogLevel? logLevel=null)
SimpleRest.Api.ISimpleRestLogger.Log
void Log(SimpleRestRequest? request, SimpleRestLogLevel? logLevel=null)
SimpleRest.Api
Definition
Enums.cs:1
SimpleRest.Api.SimpleRestLogLevel
SimpleRestLogLevel
Definition
Enums.cs:4
Src
Interfaces
ISimpleRestLogger.cs
Generated by
1.12.0