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
XLog
NET
Targets
InMemoryBufferTarget
C# Class XLog.NET.Targets.InMemoryBufferTarget
Inheritance:
Target
,
ILogStorage
Exibir arquivo
Open project: Belorus/XLog
Public Methods
Method
Description
GetLastLogs
( ) :
string
InMemoryBufferTarget
(
int
sizeInBytes
) :
System
Write
(
string
content
) :
void
Method Details
GetLastLogs()
public
method
public
GetLastLogs
( ) :
string
return
string
InMemoryBufferTarget()
public
method
public
InMemoryBufferTarget
(
int
sizeInBytes
) :
System
sizeInBytes
int
return
System
Write()
public
method
public
Write
(
string
content
) :
void
content
string
return
void