C# Class YetAnotherRelogger.Helpers.DebugHelper

Exibir arquivo Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Methods

Method Description
Exception ( Exception exception, Loglevel level = Loglevel.Debug ) : void
Write ( BotClass bot, string message ) : void
Write ( BotClass bot, string message, string caller ) : void
Write ( string message ) : void
Write ( string message, string caller ) : void

Method Details

Exception() public static method

public static Exception ( Exception exception, Loglevel level = Loglevel.Debug ) : void
exception System.Exception
level Loglevel
return void

Write() public static method

public static Write ( BotClass bot, string message ) : void
bot BotClass
message string
return void

Write() public static method

public static Write ( BotClass bot, string message, string caller ) : void
bot BotClass
message string
caller string
return void

Write() public static method

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

Write() public static method

public static Write ( string message, string caller ) : void
message string
caller string
return void