Interface ILmesDebuger
- Namespace
- CMS.Plugin.MesSuite.Abstractions
- Assembly
- CMS.Plugin.MesSuite.Abstractions.dll
Defines a contract for checking if the application is in debug mode. The debug mode is determined by the presence of a "lmes.debug" file in the application's base directory.
public interface ILmesDebuger
Methods
IsDebug()
Determines if the application is currently in debug mode. The debug mode is defined by the presence of a "lmes.debug" file in the application's base directory. This method returns the current state of the debug mode, which is refreshed every 60 seconds.
bool IsDebug()
Returns
- bool
A boolean value indicating whether the application is in debug mode. True if the "lmes.debug" file exists and false otherwise.