Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Pivotal
Redis
Aspnet
Session
Buildpack
ConsoleLogger
C# Class Pivotal.Redis.Aspnet.Session.Buildpack.ConsoleLogger
Inheritance:
ILogger
Mostra file
Open project: cloudfoundry-community/redis-session-aspnet-buildpack
Public Methods
Method
Description
WriteError
(
string
message
,
Exception
exception
= null ) :
void
WriteLog
(
string
message
) :
void
Method Details
WriteError()
public
method
public
WriteError
(
string
message
,
Exception
exception
= null ) :
void
message
string
exception
Exception
return
void
WriteLog()
public
method
public
WriteLog
(
string
message
) :
void
message
string
return
void