DefaultConsoleColorMapper Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging 2.0
The DefaultConsoleColorMapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultConsoleColorMapper |
Initializes a new instance of the DefaultConsoleColorMapper class
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
Map |
Maps the specified EventLevel to a ConsoleColor.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() |
Critical |
Default color value for when displaying events of level Critical.
|
![]() ![]() |
Error |
Default color value for when displaying events of level Error.
|
![]() ![]() |
Informational |
Default color value for when displaying events of level Informational.
|
![]() ![]() |
LogAlways |
Default color value for when displaying events of level LogAlways.
|
![]() ![]() |
Verbose |
Default color value for when displaying events of level Verbose.
|
![]() ![]() |
Warning |
Default color value for when displaying events of level Warning.
|
See Also
DefaultConsoleColorMapper Class
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace