Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SampleMVCApp
Models
Log
C# Class SampleMVCApp.Models.Log
显示文件
Open project: nmuhonen/Inferables-For-CLR
Public Methods
Method
Description
Log
(
ILogWriter
logWriter
) :
System
SetCategory
(
string
category
) :
void
Write
(
string
message
) :
void
Method Details
Log()
public
method
public
Log
(
ILogWriter
logWriter
) :
System
logWriter
ILogWriter
return
System
SetCategory()
public
method
public
SetCategory
(
string
category
) :
void
category
string
return
void
Write()
public
method
public
Write
(
string
message
) :
void
message
string
return
void