| Package | Description |
|---|---|
| io.fi0x.javalogger.logging |
| Modifier and Type | Method and Description |
|---|---|
LogEntry |
LogEntry.CODE(int exceptionCode)
Set a specific error code for the
LogEntry to use. |
LogEntry |
LogEntry.CODE(int exceptionCode)
Set a specific error code for the
LogEntry to use. |
LogEntry |
LogEntry.COLOR(String colorCode)
Change the color that should be used when the
LogEntry is printed. |
LogEntry |
LogEntry.COLOR(String colorCode)
Change the color that should be used when the
LogEntry is printed. |
LogEntry |
LogEntry.DEBUG(boolean onlyInDebugMode)
Set the debug-state of this
LogEntry. |
LogEntry |
LogEntry.DEBUG(boolean onlyInDebugMode)
Set the debug-state of this
LogEntry. |
LogEntry |
LogEntry.EXCEPTION(Exception e)
|
LogEntry |
LogEntry.EXCEPTION(Exception e)
|
LogEntry |
LogEntry.FILE_ENTRY(boolean shouldWriteToFile)
Set weather the
LogEntry should be stored in the log-file or not. |
LogEntry |
LogEntry.FILE_ENTRY(boolean shouldWriteToFile)
Set weather the
LogEntry should be stored in the log-file or not. |
LogEntry |
LogEntry.LEVEL(String levelEnum)
Change the logging-level that should be used for this
LogEntry. |
LogEntry |
LogEntry.LEVEL(String levelEnum)
Change the logging-level that should be used for this
LogEntry. |
LogEntry |
LogEntry.MIXPANEL(boolean sendToMixpanel)
Require this
LogEntry to send its information to Mixpanel. |
LogEntry |
LogEntry.MIXPANEL(boolean sendToMixpanel)
Require this
LogEntry to send its information to Mixpanel. |
LogEntry |
LogEntry.MIXPANELNAME(String mixpanelEvent)
Change the Mixpanel event name for this
LogEntry. |
LogEntry |
LogEntry.MIXPANELNAME(String mixpanelEvent)
Change the Mixpanel event name for this
LogEntry. |
LogEntry |
LogEntry.PLAINTEXT(boolean onlyPlaintext)
Stop this
LogEntry from using the prefix information. |
LogEntry |
LogEntry.PLAINTEXT(boolean onlyPlaintext)
Stop this
LogEntry from using the prefix information. |
LogEntry |
LogEntry.VERBOSE(boolean onlyInVerboseMode)
Set the verbose-state of this
LogEntry. |
LogEntry |
LogEntry.VERBOSE(boolean onlyInVerboseMode)
Set the verbose-state of this
LogEntry. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Logger.log(LogEntry log)
|
static void |
Logger.log(LogEntry log)
|
Copyright © 2022. All rights reserved.