Namespace Cobasoft
Classes
Config
Comfortable and type save application configuration access.
ConfigBase
Basic utilities for accessing the application configuration.
DateTimeEx
Extension methods for DateTime.
HexEx
Cryptography utilities.
Log
Static class for application logging and tracing. This class is meant to be very fast, stable, resilient and memory efficient.
LogTime
Automatic time tracing, like "using ( new LogTime( true ) ) { /* your code */ }"
Enums
Log.Type
Log types. Each is also represented by a character shortcut, which can be used for filtering output ScopeCodes.
Delegates
Log.ListenerA
Older, simpler type of trace listener. Applications can use it to listen to trace output.
Log.ListenerB
Newer, more detailed type of trace listener. Applications can use it to listen to trace output.