C# Class Compat.Program.Logger

Show file Open project: mcneel/compat

Public Properties

Property Type Description
Level LogLevel

Public Methods

Method Description
Debug ( string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Warning ( string format ) : void
WriteLine ( string message, ConsoleColor color ) : void

Method Details

Debug() public method

public Debug ( string format ) : void
format string
return void

Error() public method

public Error ( string format ) : void
format string
return void

Info() public method

public Info ( string format ) : void
format string
return void

Warning() public method

public Warning ( string format ) : void
format string
return void

WriteLine() public method

public WriteLine ( string message, ConsoleColor color ) : void
message string
color ConsoleColor
return void

Property Details

Level public property

public LogLevel Level
return LogLevel