C# Class RandomizerMod.LogHelper

显示文件 Open project: seresharp/HollowKnight.RandomizerMod

Public Methods

Method Description
Log ( object message ) : void
Log ( string message ) : void
LogDebug ( object message ) : void
LogDebug ( string message ) : void
LogError ( object message ) : void
LogError ( string message ) : void
LogFine ( object message ) : void
LogFine ( string message ) : void
LogWarn ( object message ) : void
LogWarn ( string message ) : void

Method Details

Log() public static method

public static Log ( object message ) : void
message object
return void

Log() public static method

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

LogDebug() public static method

public static LogDebug ( object message ) : void
message object
return void

LogDebug() public static method

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

LogError() public static method

public static LogError ( object message ) : void
message object
return void

LogError() public static method

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

LogFine() public static method

public static LogFine ( object message ) : void
message object
return void

LogFine() public static method

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

LogWarn() public static method

public static LogWarn ( object message ) : void
message object
return void

LogWarn() public static method

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