C# Class AssetStudio.Logger

Show file Open project: evandixon/SkyEditor.RomEditor.Rtdx Class Usage Examples

Public Properties

Property Type Description
Default ILogger

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Verbose ( string message ) : void
Warning ( 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

Verbose() public static method

public static Verbose ( string message ) : void
message string
return void

Warning() public static method

public static Warning ( string message ) : void
message string
return void

Property Details

Default public static property

public static ILogger Default
return ILogger