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.
显示文件 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