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
Soloco
RealTimeWeb
Environment
Core
Logger
C# Class Soloco.RealTimeWeb.Environment.Core.Logger
Inheritance:
ILogger
Mostra file
Open project: tim-cools/RealTimeWeb.NET
Public Methods
Method
Description
Scope
(
string
title
) :
IDisposable
WriteLine
( ) :
void
WriteLine
(
string
message
) :
void
Private Methods
Method
Description
Indent
(
int
value
) :
void
Method Details
Scope()
public
method
public
Scope
(
string
title
) :
IDisposable
title
string
return
IDisposable
WriteLine()
public
method
public
WriteLine
( ) :
void
return
void
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void