C# Class SkillfulClothes.Logger

Datei anzeigen Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
Debug ( String message ) : void
Error ( String message ) : void
Info ( String message ) : void
Init ( IMonitor _monitor ) : void
Warn ( String message ) : void

Method Details

Debug() public static method

public static Debug ( String message ) : void
message String
return void

Error() public static method

public static Error ( String message ) : void
message String
return void

Info() public static method

public static Info ( String message ) : void
message String
return void

Init() public static method

public static Init ( IMonitor _monitor ) : void
_monitor IMonitor
return void

Warn() public static method

public static Warn ( String message ) : void
message String
return void