Object Plog

  • All Implemented Interfaces:

    
    public class Plog
    
                        

    Created by elicandoenyas on 25/12/17. Refactored to kotlin by erntufekci on 24/04/24

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Plog.LogLevel

      Enum for specifying log levels for user

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Plog INSTANCE
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit e(String message)
      final static Unit v(String message)
      final static Unit d(String message)
      final static Unit w(String message)
      final static Unit i(String message)
      final static Unit setLogLevel(Plog.LogLevel level)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait