-
Home
-
API
-
XenoAtom.Logging
-
LogLevelFormat
Definition
Specifies how a LogLevel value is displayed in formatted output.
public enum LogLevelFormat
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.
Fields (4)
CharSingle uppercase character: T, D, I, W, E, F.
LongFull mixed-case name: Trace, Debug, Information, Warning, Error, Fatal.
ShortUppercase short name: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
TriThree-letter abbreviation: TRC, DBG, INF, WRN, ERR, FTL.