Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Phun
Templating
Trace
C# Class Phun.Templating.Trace
Tracing object.
Inheritance:
ITrace
Show file
Open project: noogen/phuncms
Class Usage Examples
Public Methods
Method
Description
log
(
string
info
) :
void
Logs the specified info.
Method Details
log()
public
method
Logs the specified info.
public
log
(
string
info
) :
void
info
string
The info.
return
void