Skip to content

Commit

Permalink
- add dlog sample
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 28, 2016
1 parent c01ee8d commit aecfe43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sample/iOS Sample/iOS Sample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class ViewController: UIViewController {

logger.separator = " + "
logger.log(type: .verbose, message: "Log with new separator")

logger.dlog(type: .warn, message: "Log for just debug mode")
}

override func didReceiveMemoryWarning() {
Expand Down

0 comments on commit aecfe43

Please sign in to comment.