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
StardewEditorGameIntegration
Log
C# Class StardewEditorGameIntegration.Log
Mostra file
Open project: Pathoschild/smapi-mod-dump
Public Methods
Method
Description
debug
(
String
str
) :
void
error
(
String
str
) :
void
info
(
String
str
) :
void
trace
(
String
str
) :
void
warn
(
String
str
) :
void
Method Details
debug()
public
static
method
public
static
debug
(
String
str
) :
void
str
String
return
void
error()
public
static
method
public
static
error
(
String
str
) :
void
str
String
return
void
info()
public
static
method
public
static
info
(
String
str
) :
void
str
String
return
void
trace()
public
static
method
public
static
trace
(
String
str
) :
void
str
String
return
void
warn()
public
static
method
public
static
warn
(
String
str
) :
void
str
String
return
void