- check(File) - Method in class org.pmw.tinylog.policies.AbstractTimeBasedPolicy
-
- check(File) - Method in class org.pmw.tinylog.policies.CountPolicy
-
- check(File) - Method in interface org.pmw.tinylog.policies.Policy
-
Determine whether a log file can be continued.
- check(File) - Method in class org.pmw.tinylog.policies.SizePolicy
-
- check(File) - Method in class org.pmw.tinylog.policies.StartupPolicy
-
- check(String) - Method in class org.pmw.tinylog.policies.AbstractTimeBasedPolicy
-
- check(String) - Method in class org.pmw.tinylog.policies.CountPolicy
-
- check(String) - Method in interface org.pmw.tinylog.policies.Policy
-
Determine whether a log entry can be written into the current log file.
- check(String) - Method in class org.pmw.tinylog.policies.SizePolicy
-
- check(String) - Method in class org.pmw.tinylog.policies.StartupPolicy
-
- CLASS - org.pmw.tinylog.writers.JdbcWriter.Value
-
The fully qualified class name of the caller.
- CLASS - org.pmw.tinylog.writers.LogEntryValue
-
The fully qualified class name of the caller.
- CLASS_NAME - org.pmw.tinylog.writers.JdbcWriter.Value
-
The class name without package of the caller.
- clear() - Static method in class org.pmw.tinylog.LoggingContext
-
Remove all existing context values.
- close() - Method in class org.pmw.tinylog.writers.ConsoleWriter
-
- close() - Method in class org.pmw.tinylog.writers.FileWriter
-
Close the log file.
- close() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
- close() - Method in class org.pmw.tinylog.writers.LogcatWriter
-
- close() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Close the log file.
- close() - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
Close the log file.
- close() - Method in interface org.pmw.tinylog.writers.Writer
-
Close the writer and release all resources.
- Configuration - Class in org.pmw.tinylog
-
- Configurator - Class in org.pmw.tinylog
-
Configurator to configure
Logger
.
- ConsoleWriter - Class in org.pmw.tinylog.writers
-
Writes log entries to the console.
- ConsoleWriter() - Constructor for class org.pmw.tinylog.writers.ConsoleWriter
-
- ConsoleWriter(PrintStream) - Constructor for class org.pmw.tinylog.writers.ConsoleWriter
-
- CONTEXT - org.pmw.tinylog.writers.JdbcWriter.Value
-
Mapped diagnostic context.
- CONTEXT - org.pmw.tinylog.writers.LogEntryValue
-
Thread-based mapped diagnostic context.
- CountLabeler - Class in org.pmw.tinylog.labelers
-
Numbers the backups sequentially: "0" for the newest, "1" for the second newest etc.
- CountLabeler() - Constructor for class org.pmw.tinylog.labelers.CountLabeler
-
- CountPolicy - Class in org.pmw.tinylog.policies
-
Policy for limiting the number of log entries per file.
- CountPolicy(long) - Constructor for class org.pmw.tinylog.policies.CountPolicy
-
- currentConfig() - Static method in class org.pmw.tinylog.Configurator
-
Create a new configurator, based on the current configuration.
- DailyPolicy - Class in org.pmw.tinylog.policies
-
Policy for one rollover per day.
- DailyPolicy() - Constructor for class org.pmw.tinylog.policies.DailyPolicy
-
Trigger a rollover every new day.
- DailyPolicy(int, int) - Constructor for class org.pmw.tinylog.policies.DailyPolicy
-
Trigger the first rollover at the defined time.
- DATE - org.pmw.tinylog.writers.JdbcWriter.Value
-
The current date.
- DATE - org.pmw.tinylog.writers.LogEntryValue
-
The current date.
- debug(Object) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- debug(String) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- debug(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
- debug(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
- debug(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- debug(Throwable, String) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- debug(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
- debug(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry. "{}" placeholders will be replaced by the given arguments.
- debug(Throwable, Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- debug(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a debug log entry.
- DEBUG - org.pmw.tinylog.Level
-
Output all log entries but trace log entries.
- defaultConfig() - Static method in class org.pmw.tinylog.Configurator
-
Create a new configurator, based on the default configuration.
- EnvironmentHelper - Class in org.pmw.tinylog
-
Encapsulate functionality that depends on the environment.
- error(Object) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- error(String) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal error.
- error(String) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- error(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal error. "{}" placeholders will be replaced by the given arguments.
- error(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
- error(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
- error(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal error.
- error(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- error(Throwable, String) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal error.
- error(Throwable, String) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- error(Throwable, String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal error. "{}" placeholders will be replaced by the given arguments.
- error(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
- error(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry. "{}" placeholders will be replaced by the given arguments.
- error(Throwable, Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- error(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a error log entry.
- ERROR - org.pmw.tinylog.Level
-
Output only error log entries.
- EXCEPTION - org.pmw.tinylog.writers.JdbcWriter.Value
-
The exception of the log entry.
- EXCEPTION - org.pmw.tinylog.writers.LogEntryValue
-
The exception of the log entry.
- get() - Method in interface org.pmw.tinylog.Supplier
-
Generate the value.
- get(String) - Static method in class org.pmw.tinylog.LoggingContext
-
Get the context value by a key.
- getClassName() - Method in class org.pmw.tinylog.LogEntry
-
Get the fully qualified class name of the caller.
- getClassName(int) - Method in class org.pmw.tinylog.runtime.AndroidRuntime
-
- getClassName(int) - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
-
- getClassName(int) - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
-
- getClassName(int) - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
-
Get a specific fully-qualified class name from current stack trace.
- getColumns() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the columns of the table, which are used for the insert statement.
- getConfiguration() - Static method in class org.pmw.tinylog.Logger
-
Get a copy of the current configuration.
- getContext() - Method in class org.pmw.tinylog.LogEntry
-
Get the thread-based mapped diagnostic context.
- getDate() - Method in class org.pmw.tinylog.LegacyLogEntry
-
- getDate() - Method in class org.pmw.tinylog.LogEntry
-
Get the current date.
- getDate() - Method in class org.pmw.tinylog.PreciseLogEntry
-
- getDate() - Method in class org.pmw.tinylog.UndatedLogEntry
-
- getException() - Method in class org.pmw.tinylog.LogEntry
-
Get the exception of the log entry.
- getFilename() - Method in class org.pmw.tinylog.LogEntry
-
Get the source filename of the caller.
- getFilename() - Method in class org.pmw.tinylog.writers.FileWriter
-
Get the filename of the log file.
- getFilename() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Get the filename of the current log file.
- getFilename() - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
Get the filename of the log file.
- getFormatPattern() - Method in class org.pmw.tinylog.Configuration
-
Get the format pattern for log entries.
- getInstant() - Method in class org.pmw.tinylog.PreciseLogEntry
-
Get the current date as instant.
- getLabeler() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Get the labeler for naming backups.
- getLevel() - Method in class org.pmw.tinylog.Configuration
-
Get the global severity level.
- getLevel() - Method in class org.pmw.tinylog.LogEntry
-
Get the severity level.
- getLevel() - Static method in class org.pmw.tinylog.Logger
-
Get the current global severity level.
- getLevel(Class<?>) - Static method in class org.pmw.tinylog.Logger
-
Get the current severity level for a specific class.
- getLevel(Package) - Static method in class org.pmw.tinylog.Logger
-
Get the current severity level for a specific package.
- getLevel(String) - Method in class org.pmw.tinylog.Configuration
-
Get the severity level for a package or class.
- getLevel(String) - Static method in class org.pmw.tinylog.Logger
-
Get the current severity level for a specific package or class.
- getLineNumber() - Method in class org.pmw.tinylog.LogEntry
-
Get the line number of calling.
- getLocale() - Method in class org.pmw.tinylog.Configuration
-
Get the locale that is used to render format patterns for log entries.
- getLogFile(File, int) - Method in class org.pmw.tinylog.labelers.CountLabeler
-
- getLogFile(File, int) - Method in interface org.pmw.tinylog.labelers.Labeler
-
Returns the real log file.
- getLogFile(File, int) - Method in class org.pmw.tinylog.labelers.ProcessIdLabeler
-
- getLogFile(File, int) - Method in class org.pmw.tinylog.labelers.TimestampLabeler
-
- getMapping() - Static method in class org.pmw.tinylog.LoggingContext
-
Get a read-only map with all context values.
- getMaxStackTraceElements() - Method in class org.pmw.tinylog.Configuration
-
Get the limit of stack traces for exceptions.
- getMessage() - Method in class org.pmw.tinylog.LogEntry
-
Get the message of the logging event.
- getMethodName() - Method in class org.pmw.tinylog.LogEntry
-
Get the method name of the caller.
- getNewLine() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Get the line separator.
- getNumberOfBackups() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Get the maximum number of backups.
- getPassword() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the password for database log in.
- getPolicies() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Get the rollover strategies.
- getProcessId() - Method in class org.pmw.tinylog.labelers.ProcessIdLabeler
-
Get the process ID (PID).
- getProcessId() - Method in class org.pmw.tinylog.LogEntry
-
Get the ID of the process (pid).
- getProcessId() - Method in class org.pmw.tinylog.runtime.AndroidRuntime
-
- getProcessId() - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
-
- getProcessId() - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
-
- getProcessId() - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
-
Get the ID of the current process (pid).
- getReconnetInterval() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the minimum time span in milliseconds between two reconnecting tries to database if connecting is broken.
- getRenderedLogEntry() - Method in class org.pmw.tinylog.LogEntry
-
Get the rendered log entry.
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.ConsoleWriter
-
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.FileWriter
-
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.LogcatWriter
-
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
- getRequiredLogEntryValues() - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
- getRequiredLogEntryValues() - Method in interface org.pmw.tinylog.writers.Writer
-
Get all log entry values that are required by this writer.
- getRuntimeDialect() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Get VM runtime depending functionality.
- getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.AndroidRuntime
-
- getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.LegacyJavaRuntime
-
- getStackTraceElement(int) - Method in class org.pmw.tinylog.runtime.ModernJavaRuntime
-
- getStackTraceElement(int) - Method in interface org.pmw.tinylog.runtime.RuntimeDialect
-
Get a specific stack trace element from current stack trace.
- getTable() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the name of the database table.
- getThread() - Method in class org.pmw.tinylog.LogEntry
-
Get the current thread.
- getTimestamp() - Method in class org.pmw.tinylog.LegacyLogEntry
-
- getTimestamp() - Method in class org.pmw.tinylog.LogEntry
-
Get the current date as SQL timestamp.
- getTimestamp() - Method in class org.pmw.tinylog.PreciseLogEntry
-
- getTimestamp() - Method in class org.pmw.tinylog.UndatedLogEntry
-
- getUrl() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the JDBC connection URL to database.
- getUsername() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get the user name for database log in.
- getValues() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Get all values to insert.
- getWriters() - Method in class org.pmw.tinylog.Configuration
-
Get the writers to output created log entries.
- getWritingThread() - Method in class org.pmw.tinylog.Configuration
-
Get the writing thread (writes log entries asynchronously).
- info(Object) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- info(String) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- info(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
- info(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
- info(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- info(Throwable, String) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- info(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
- info(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry. "{}" placeholders will be replaced by the given arguments.
- info(Throwable, Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- info(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a info log entry.
- INFO - org.pmw.tinylog.Level
-
Output all log entries but trace and debug log entries (default).
- init(Configuration) - Method in class org.pmw.tinylog.labelers.CountLabeler
-
- init(Configuration) - Method in interface org.pmw.tinylog.labelers.Labeler
-
Initialize the labeler.
- init(Configuration) - Method in class org.pmw.tinylog.labelers.ProcessIdLabeler
-
- init(Configuration) - Method in class org.pmw.tinylog.labelers.TimestampLabeler
-
- init(Configuration) - Method in class org.pmw.tinylog.policies.AbstractTimeBasedPolicy
-
- init(Configuration) - Method in class org.pmw.tinylog.policies.CountPolicy
-
- init(Configuration) - Method in interface org.pmw.tinylog.policies.Policy
-
Initialize the policy.
- init(Configuration) - Method in class org.pmw.tinylog.policies.SizePolicy
-
- init(Configuration) - Method in class org.pmw.tinylog.policies.StartupPolicy
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.ConsoleWriter
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.FileWriter
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.JdbcWriter
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.LogcatWriter
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
- init(Configuration) - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
- init(Configuration) - Method in interface org.pmw.tinylog.writers.Writer
-
Initialize the writer (open a file for example).
- InternalLogger - Class in org.pmw.tinylog
-
Static logger for logging internal problems of tinylog.
- isAndroid() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Android.
- isAppending() - Method in class org.pmw.tinylog.writers.FileWriter
-
Determine whether appending is enabled.
- isAppending() - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
Determine whether appending is enabled.
- isAtLeastJava9() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Java 9 or newer.
- isBatchMode() - Method in class org.pmw.tinylog.writers.JdbcWriter
-
Determine whether batch mode is enabled.
- isBuffered() - Method in class org.pmw.tinylog.writers.FileWriter
-
Determine whether buffered writing is enabled.
- isBuffered() - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
Determine whether buffered writing is enabled.
- isWindows() - Static method in class org.pmw.tinylog.EnvironmentHelper
-
Determine whether running on Windows.
- THREAD - org.pmw.tinylog.writers.LogEntryValue
-
The current thread.
- THREAD_ID - org.pmw.tinylog.writers.JdbcWriter.Value
-
The ID of the current thread.
- THREAD_NAME - org.pmw.tinylog.writers.JdbcWriter.Value
-
The name of the current thread.
- TimestampLabeler - Class in org.pmw.tinylog.labelers
-
Adds a timestamp to the real log file and the backups.
- TimestampLabeler() - Constructor for class org.pmw.tinylog.labelers.TimestampLabeler
-
Use the default timestamp: yyyy-MM-dd HH-mm-ss.
- TimestampLabeler(String) - Constructor for class org.pmw.tinylog.labelers.TimestampLabeler
-
- trace(Object) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- trace(String) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- trace(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
- trace(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
- trace(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- trace(Throwable, String) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- trace(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
- trace(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry. "{}" placeholders will be replaced by the given arguments.
- trace(Throwable, Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- trace(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a trace log entry.
- TRACE - org.pmw.tinylog.Level
-
Output all log entries.
- warn(Object) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- warn(String) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal warning.
- warn(String) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- warn(String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal warning. "{}" placeholders will be replaced by the given arguments.
- warn(String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
- warn(String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
- warn(Throwable) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal warning.
- warn(Throwable) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- warn(Throwable, String) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal warning.
- warn(Throwable, String) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- warn(Throwable, String, Object...) - Static method in class org.pmw.tinylog.InternalLogger
-
Log an internal warning. "{}" placeholders will be replaced by the given arguments.
- warn(Throwable, String, Object...) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
- warn(Throwable, String, Supplier<?>...) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry. "{}" placeholders will be replaced by the given arguments.
- warn(Throwable, Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- warn(Supplier<?>) - Static method in class org.pmw.tinylog.Logger
-
Create a warning log entry.
- WARNING - org.pmw.tinylog.Level
-
Output error and warning log entries.
- WeeklyPolicy - Class in org.pmw.tinylog.policies
-
Policy for one rollover per week.
- WeeklyPolicy() - Constructor for class org.pmw.tinylog.policies.WeeklyPolicy
-
- WeeklyPolicy(int) - Constructor for class org.pmw.tinylog.policies.WeeklyPolicy
-
Trigger the first rollover at 00:00 at the defined day of week.
- write(LogEntry) - Method in class org.pmw.tinylog.writers.ConsoleWriter
-
- write(LogEntry) - Method in class org.pmw.tinylog.writers.FileWriter
-
- write(LogEntry) - Method in class org.pmw.tinylog.writers.JdbcWriter
-
- write(LogEntry) - Method in class org.pmw.tinylog.writers.LogcatWriter
-
- write(LogEntry) - Method in class org.pmw.tinylog.writers.RollingFileWriter
-
- write(LogEntry) - Method in class org.pmw.tinylog.writers.SharedFileWriter
-
- write(LogEntry) - Method in interface org.pmw.tinylog.writers.Writer
-
Write a log entry.
- writer(Writer) - Method in class org.pmw.tinylog.Configurator
-
Set a writer to output created log entries.
- writer(Writer, String) - Method in class org.pmw.tinylog.Configurator
-
Set a writer to output created log entries.
- writer(Writer, Level) - Method in class org.pmw.tinylog.Configurator
-
Set a writer to output created log entries.
- writer(Writer, Level, String) - Method in class org.pmw.tinylog.Configurator
-
Set a writer to output created log entries.
- Writer - Interface in org.pmw.tinylog.writers
-
Writers output created log entries from
Logger
.
- writingThread(boolean) - Method in class org.pmw.tinylog.Configurator
-
The writing thread can writes log entries asynchronously.
- writingThread(int) - Method in class org.pmw.tinylog.Configurator
-
The writing thread can writes log entries asynchronously.
- writingThread(String) - Method in class org.pmw.tinylog.Configurator
-
The writing thread can writes log entries asynchronously.
- writingThread(String, int) - Method in class org.pmw.tinylog.Configurator
-
The writing thread can writes log entries asynchronously.