log log code example
Example 1: login
if(isset($_POST['submit'])){
if(password_verify($_POST['password'], "hash")){
$_SESSION['login'] = true;
header("Location: ...");
exit;
}
}
Example 2: logger
dependencies {
implementation 'com.github.Minecraftian14:MyLOGGER:v5.3'
}