util
-
Prevent the logger send log messages to its parent logger
With this example we are going to demonstrate how to prevent the logger from sending log messages to its parent…
Read More » -
Conditional logging
This is an example of how to use Conditional logging. Using conditional logging in a Class means that we check…
Read More » -
Use Logger MemoryHandler class
In this example we shall show you how to use the Logger MemoryHandler class. The MemoryHandler is a Handler that…
Read More » -
Log an exception
With this example we are going to demonstrate how to log an exception. In order to do so, we will…
Read More » -
Set size threshold of log file
This is an example of how to set size threshold of a log file. Setting size threshold of a log…
Read More » -
Use of logger console handler
In this example we shall show you how to use a logger’s ConsoleHandler. The ConsoleHandler is a handler that takes…
Read More » -
Set logger log level
With this example we are going to demonstrate how to set a Logger‘s log level. The Level defines a set…
Read More » -
Create a sequence of log files
This is an example of how to create a sequence of log files. Creating a sequence of log files implies…
Read More » -
Create custom Formatter for Logger handler
In this example we shall show you how to create custom Formatter for a Logger‘s Handler. The Handler usually uses…
Read More » -
Set Formatter for Logger handler
With this example we are going to demonstrate how to set a Formatter for a Logger Handler. The Formatter is…
Read More »