Module br.com.objectos.logging
Package br.com.objectos.logging
Provides the classes and interfaces of the Objectos Core Logging API.
- Since:
- 2
-
Interface Summary Interface Description Logger An object responsible for logging the events of a program. -
Class 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.Logging NoopLogger A no-opLoggerimplementation (for the most part).TypeHint<T> -
Enum Summary Enum Description Level Represents a logging level.