Uses of Class
io.fi0x.javalogger.logging.LogEntry
Packages that use LogEntry
-
Uses of LogEntry in io.fi0x.javalogger.logging
Methods in io.fi0x.javalogger.logging that return LogEntryModifier and TypeMethodDescriptionLogEntry.BACKGROUND(String colorCode) Change the background-color that should be used when theLogEntryis printed.LogEntry.CODE(int exceptionCode) Set a specific error code for theLogEntryto use.Change the color that should be used when theLogEntryis printed.LogEntry.CONSOLE_EXCEPTIONS(boolean showExceptionsInConsole) Force thisLogEntryto print exceptions in the console.LogEntry.DEBUG(boolean onlyInDebugMode) Set the debug-state of thisLogEntry.LogEntry.FILE_ENTRY(boolean shouldWriteToFile) Set weather theLogEntryshould be stored in the log-file or not.Change the logging-level that should be used for thisLogEntry.LogEntry.MIXPANEL(boolean sendToMixpanel) Require thisLogEntryto send its information to Mixpanel.LogEntry.MIXPANELNAME(String mixpanelEvent) Change the Mixpanel event name for thisLogEntry.LogEntry.PLAINTEXT(boolean onlyPlaintext) Stop thisLogEntryfrom using the prefix information.LogEntry.VERBOSE(boolean onlyInVerboseMode) Set the verbose-state of thisLogEntry.Methods in io.fi0x.javalogger.logging with parameters of type LogEntry