@CheckReturnValue @ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| FloggerConditionalStatement |
Represents a Flogger conditional statement to determine if logging is enabled or not, for a given log level
|
| FloggerLogStatement |
Represents a Flogger log statement - the log level, log message, and (optional) thrown exception
|
| LoggerVariableDefinition |
Definition of a Flogger logger member variable, suitable for generating the code representing that variable
|
| MigrationContext | |
| RefactoringConfiguration |
| Class | Description |
|---|---|
| LogMessage |
Represents a log message - the format, arguments and any migration notes
|
| MethodInvocation | |
| TargetLogLevel |
Represents target log level for a Flogger log statement
|