Differences

This shows you the differences between two versions of the page.

Link to this comparison view

logger [2013/08/19 09:57]
logger [2013/08/19 09:57] (current)
Line 1: Line 1:
 +====== logger ======
  
 +Send a string of text to the system logger.
 +
 +<​code>​
 +logger just testing :D
 +Aug 19 09:56:04 alan-one root: just testing :D
 +</​code>​
 +
 +You can also tag a log entry as well, giving it a prefix:
 +
 +<​code>​
 +logger -t wiki i can haz logs
 +Aug 19 09:56:37 alan-one wiki: i can haz logs
 +</​code>​