C# Class StardewEditorGameIntegration.Log

Afficher le fichier Open project: Pathoschild/smapi-mod-dump

Méthodes publiques

Méthode 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 méthode

public static debug ( String str ) : void
str String
Résultat void

error() public static méthode

public static error ( String str ) : void
str String
Résultat void

info() public static méthode

public static info ( String str ) : void
str String
Résultat void

trace() public static méthode

public static trace ( String str ) : void
str String
Résultat void

warn() public static méthode

public static warn ( String str ) : void
str String
Résultat void