C# Class Cobalt.Framework.Log

Datei anzeigen 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