C# Class WowCyborg.PluginUtilities.Logger

Datei anzeigen Open project: henke164/wow-cyborg

Public Methods

Method Description
Log ( string str, ConsoleColor color = ConsoleColor.White, bool inLine = false ) : void

Method Details

Log() public static method

public static Log ( string str, ConsoleColor color = ConsoleColor.White, bool inLine = false ) : void
str string
color ConsoleColor
inLine bool
return void