All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description Event Represents an event of a program execution that can be logged.Event0 A log event that takes no arguments.Event1<T1> A log event that takes one argument.Event2<T1,T2> A log event that takes two arguments.Event3<T1,T2,T3> A log event that takes three arguments.Events Provides conveniencestaticmethods for creatingEventinstances.Level Represents a logging level.Logger An object responsible for logging the events of a program.Logging NoopLogger A no-opLoggerimplementation (for the most part).TypeHint<T>