Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Bank
Commons
Abstractions
LogBase
C# Class Bank.Commons.Abstractions.LogBase
This Interface helps handling the different type of Loggers in a common interface.
Bu arayüz farklı tipteki Loglama kaynaklarını ortak bir arayüz üzerinden yönetmemizi sağlar. Liskov yerine geçme kuralı ile işlerimizi kolaylaştırır.
Exibir arquivo
Open project: theea2019/BankApp
Protected Properties
Property
Type
Description
lockObj
object
Public Methods
Method
Description
Log
(
string
message
,
bool
isError
) :
void
Method Details
Log()
public
abstract
method
public
abstract
Log
(
string
message
,
bool
isError
) :
void
message
string
isError
bool
return
void
Property Details
lockObj
protected_oe property
protected
object
lockObj
return
object