Interface IColorScheme
Assembly: Log73.dll
View Source
Declaration
public interface IColorScheme
Properties
Black
View Source
Declaration
Color Black { get; set; }
Red
View Source
Declaration
Color Red { get; set; }
Green
View Source
Declaration
Color Green { get; set; }
Yellow
View Source
Declaration
Color Yellow { get; set; }
Blue
View Source
Declaration
Color Blue { get; set; }
Magenta
View Source
Declaration
Color Magenta { get; set; }
Cyan
View Source
Declaration
Color Cyan { get; set; }
White
View Source
Declaration
Color White { get; set; }
BrightBlack
View Source
Declaration
Color BrightBlack { get; set; }
BrightRed
View Source
Declaration
Color BrightRed { get; set; }
BrightGreen
View Source
Declaration
Color BrightGreen { get; set; }
BrightYellow
View Source
Declaration
Color BrightYellow { get; set; }
BrightBlue
View Source
Declaration
Color BrightBlue { get; set; }
BrightMagenta
View Source
Declaration
Color BrightMagenta { get; set; }
BrightCyan
View Source
Declaration
Color BrightCyan { get; set; }
BrightWhite
View Source
Declaration
Color BrightWhite { get; set; }
Extension Methods
- Log73.ExtensionMethod.DumpExtensionMethods.Dump(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpInfo(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpWarn(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpError(System.Object)
- Log73.ExtensionMethod.DumpExtensionMethods.DumpDebug(System.Object)