Attributes

public enum Attributes

LogFormat construction attributes.

  • Level: The log level of the message
  • FileName: The file name of the file that triggered the log. fullPath: Should the full path of the file be logged? fileExtension: Should the file extension be logged?
  • Line: The line in the source code of the caller.
  • Column: The column in the source code of the caller.
  • Function: The function that triggered the call.
  • Message: The log message as a string
  • Date

    The date & time that the log was triggered at. Format: the format of the date. See http://waracle.net/iphone-nsdateformatter-date-formatting-table/ for more info.

    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes
    • Undocumented

      Declaration

      Swift

      public enum Attributes